ags improvements

This commit is contained in:
2023-10-29 23:24:38 +01:00
parent fdc60edf74
commit c5d253102e
4 changed files with 82 additions and 78 deletions

View File

@@ -149,7 +149,7 @@ $notchOnPrimary: $onPrimary;
border-top: 0.068rem solid;
border-bottom: 0.068rem solid;
border-color: transparent;
color: $white;
color: $t_background;
}
.bar-ws-active-box {
@@ -159,11 +159,13 @@ $notchOnPrimary: $onPrimary;
}
.bar-ws-active {
min-width: #{1.772 - (0.2 * 2)}rem;
margin-top: 0.2rem;
font-size: #{1.091 - 0.2}rem;
min-height: 1.636rem;
min-width: 1.772rem;
font-size: 1.091rem;
border: 0.4rem solid $black;
@include mainfont;
background-clip: content-box;
background-color: $notchPrimary;
color: $notchOnPrimary;
border-radius: 999px;
@@ -463,4 +465,4 @@ $notchOnPrimary: $onPrimary;
.bar-systray-item {
@include full-rounding;
min-width: 1.909rem;
}
}