mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2026-03-12 13:57:50 +00:00
Fix modal action alignment
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
<path d="M15 18l-6-6 6-6" />
|
<path d="M15 18l-6-6 6-6" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<div class="flex items-center ml-auto space-x-2">
|
<div class="modal-actions">
|
||||||
<button id="copyMagnetBtn" class="icon-button">
|
<button id="copyMagnetBtn" class="icon-button">
|
||||||
<img
|
<img
|
||||||
src="assets/svg/copy-magnet.svg"
|
src="assets/svg/copy-magnet.svg"
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
<div
|
<div
|
||||||
class="relative overflow-visible"
|
class="modal-actions__overflow"
|
||||||
data-more-menu-wrapper="true"
|
data-more-menu-wrapper="true"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -335,6 +335,18 @@ header img {
|
|||||||
z-index: 60;
|
z-index: 60;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-actions {
|
||||||
|
margin-left: auto;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-actions__overflow {
|
||||||
|
position: relative;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
[data-more-menu="true"] {
|
[data-more-menu="true"] {
|
||||||
z-index: 70;
|
z-index: 70;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user