Improve register page UI

This commit is contained in:
Kalle
2026-08-23 17:55:53 +03:00
parent 9fe28c4f48
commit ea1db08972
48 changed files with 953 additions and 485 deletions

View File

@@ -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);