fix(ags/bar): styling

This commit is contained in:
2025-05-18 20:50:24 +02:00
parent 5b073fa9d6
commit 8c8e112249
3 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@
window.bar {
font-weight: bold;
>box {
border-radius: 10px;
}
@ -11,7 +11,7 @@ window.bar {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: $base00;
padding: 0rem 1rem;
padding: 0.1rem 1rem;
margin: 0;
*:not(.separator) { color: $base0B; }