mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 07:06:14 -05:00
Fix UserSelect selected value gap
This commit is contained in:
@@ -29,20 +29,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.selectValue {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--s-2);
|
||||
}
|
||||
|
||||
button:disabled .selectValue {
|
||||
color: var(--color-text-high);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
font-size: var(--font-xs);
|
||||
font-weight: var(--weight-semi);
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
color: var(--color-text);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--s-2);
|
||||
|
||||
&[data-placeholder] {
|
||||
color: var(--color-text-high);
|
||||
|
||||
Reference in New Issue
Block a user