mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-15 07:36:27 -05:00
19 lines
294 B
CSS
19 lines
294 B
CSS
.searchable {
|
|
--select-width: 100%;
|
|
}
|
|
|
|
.twoLineItem {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--s-0-5);
|
|
min-width: 0;
|
|
}
|
|
|
|
.itemDescription {
|
|
font-size: var(--font-xs);
|
|
font-weight: var(--weight-body);
|
|
color: var(--color-text-high);
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|