mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix select clear button placement on Safari & Firefox
This commit is contained in:
parent
675d92affa
commit
a4124bc6d4
|
|
@ -96,6 +96,7 @@
|
|||
}
|
||||
|
||||
.searchField {
|
||||
position: relative;
|
||||
display: flex;
|
||||
gap: var(--s-2);
|
||||
|
||||
|
|
@ -126,8 +127,14 @@
|
|||
}
|
||||
|
||||
.searchClearButton {
|
||||
position: absolute;
|
||||
right: var(--s-2);
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
[data-empty] .searchClearButton {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user