mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 13:17:15 -05:00
Availability tool (#3375)
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user