mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-04 14:52:50 +00:00
ags improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -46,6 +46,7 @@ $rounding_large: 1.705rem;
|
||||
@mixin titlefont {
|
||||
// Geometric sans-serif
|
||||
font-family:
|
||||
'Noto Sans',
|
||||
'Gabarito',
|
||||
'Lexend',
|
||||
sans-serif;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$darkmode: false;
|
||||
$darkmode: true;
|
||||
$primary: #006874;
|
||||
$onPrimary: #ffffff;
|
||||
$primaryContainer: #8ef1ff;
|
||||
|
||||
Reference in New Issue
Block a user