mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-30 23:28:05 -05:00
Improve register page UI
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
gap: var(--s-1-5);
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
text-align: start;
|
||||
|
||||
&[data-focus-visible],
|
||||
&[aria-expanded="true"] {
|
||||
@@ -44,6 +45,9 @@
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
/* virtualized lists size from their container, so the popover cannot size from content */
|
||||
min-width: var(--trigger-width);
|
||||
}
|
||||
|
||||
.listBox {
|
||||
@@ -51,6 +55,11 @@
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.item {
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.itemFocused {
|
||||
background-color: var(--color-bg-high);
|
||||
color: var(--color-text);
|
||||
|
||||
Reference in New Issue
Block a user