Improve location of add / info buttons

This commit is contained in:
2025-12-27 21:04:51 -07:00
parent cb630a9d57
commit 376078d7f4

View File

@@ -519,7 +519,7 @@ export default function RootLayout ({
</p>
</div>
<button
className='button btntheme3 right-22 bottom-1.5'
className='button btntheme3 right-21.5 bottom-1.25'
onClick={() => {
setSelectedVersionList(prev =>
prev.includes(v.id)
@@ -545,7 +545,7 @@ export default function RootLayout ({
)}
</button>
<button
className='button btntheme3 right-1.5 bottom-1.5'
className='button btntheme3 right-1 bottom-1.25'
onClick={() => {
setManagingVersion(v.id)
setViewingInfoFromDownloads(true)