try to fix styling

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-12 15:29:28 +03:00
parent d48559e6d8
commit bba55dc973
5 changed files with 79 additions and 90 deletions

View File

@ -230,7 +230,7 @@
#window {
background: @base00;
color: @base05;
border-radius: 9px;
border-radius: 12px;
border: 1px solid @base0D;
}
@ -240,7 +240,7 @@
#search {
background: @base01;
border-radius: 6px;
border-radius: 9px;
padding: 8px;
}
@ -249,7 +249,7 @@
#typeahead {
background: none;
box-shadow: none;
border-radius: 3px;
border-radius: 6px;
}
#input > *:first-child,
@ -268,7 +268,7 @@
#list {
padding: 3px;
border-radius: 6px;
border-radius: 9px;
background: @base01;
}
@ -279,7 +279,7 @@
child:selected,
child:hover {
box-shadow: none;
border-radius: 3px;
border-radius: 6px;
background: @base02;
}