ags improvements

This commit is contained in:
2023-10-29 22:07:25 +01:00
parent 31cea6cbe2
commit fdc60edf74
18 changed files with 261 additions and 238 deletions

View File

@@ -45,7 +45,6 @@ $notchOnPrimary: $onPrimary;
.bar-group-center {
border-bottom-left-radius: 1.364rem;
border-bottom-right-radius: 1.364rem;
padding: 0.2rem;
// background-color: $t_surface;
background-color: $black; // Hard code: fake notch
}
@@ -122,10 +121,6 @@ $notchOnPrimary: $onPrimary;
border-bottom-right-radius: 1.364rem;
}
.bar-ws-width {
min-width: 18.614rem;
}
.bar-separator {
@include full-rounding;
min-width: 0.341rem;
@@ -158,20 +153,20 @@ $notchOnPrimary: $onPrimary;
}
.bar-ws-active-box {
min-height: 1.636rem;
min-width: 1.772rem;
transition: 300ms cubic-bezier(0.05, 0.7, 0.1, 1);
}
.bar-ws-active {
min-height: 1.5rem;
min-width: 1.5rem;
font-size: 1.091rem;
min-width: #{1.772 - (0.2 * 2)}rem;
margin-top: 0.2rem;
font-size: #{1.091 - 0.2}rem;
@include mainfont;
background-color: $notchPrimary;
color: $notchOnPrimary;
border-radius: 999px;
margin: 0.068rem;
// background-color: red;
}
.bar-ws-active-middledecor {

View File

@@ -46,6 +46,7 @@ $rounding_large: 1.705rem;
@mixin titlefont {
// Geometric sans-serif
font-family:
'Noto Sans',
'Gabarito',
'Lexend',
sans-serif;

View File

@@ -1,4 +1,4 @@
$darkmode: false;
$darkmode: true;
$primary: #006874;
$onPrimary: #ffffff;
$primaryContainer: #8ef1ff;