enhance(ui): improvements for the narrow screen

This commit is contained in:
charlie
2025-03-25 14:58:29 +08:00
parent 4d58925ad7
commit 2bc243da0d
6 changed files with 37 additions and 80 deletions

View File

@@ -228,6 +228,10 @@ html[data-theme=dark] {
div[data-radix-popper-content-wrapper] {
@apply !z-[999];
&:has(> .repos-list) {
@apply !z-[var(--ls-z-index-level-5)];
}
}
.ui__dialog-overlay {