Improve location of add / info buttons
This commit is contained in:
@@ -519,7 +519,7 @@ export default function RootLayout ({
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
className='button btntheme3 right-22 bottom-1.5'
|
className='button btntheme3 right-21.5 bottom-1.25'
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSelectedVersionList(prev =>
|
setSelectedVersionList(prev =>
|
||||||
prev.includes(v.id)
|
prev.includes(v.id)
|
||||||
@@ -545,7 +545,7 @@ export default function RootLayout ({
|
|||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className='button btntheme3 right-1.5 bottom-1.5'
|
className='button btntheme3 right-1 bottom-1.25'
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setManagingVersion(v.id)
|
setManagingVersion(v.id)
|
||||||
setViewingInfoFromDownloads(true)
|
setViewingInfoFromDownloads(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user