ags: sync

This commit is contained in:
end-4
2024-01-02 15:55:19 +07:00
parent 577550642f
commit 49bda08cbc
11 changed files with 82 additions and 49 deletions
-6
View File
@@ -67,12 +67,6 @@ menu>menuitem:focus {
background-color: mix($surfaceVariant, $onSurfaceVariant, 90%);
}
.separator-line {
background-color: $outline;
min-width: 0.068rem;
min-height: 0.068rem;
}
tooltip {
@include normal-rounding;
background-color: $surfaceVariant;
+9 -3
View File
@@ -177,12 +177,18 @@
@include icon-nerd;
}
.separator-line {
background-color: $outline;
min-width: 0.068rem;
min-height: 0.068rem;
}
.separator-circle {
@include full-rounding;
background-color: $onSurface;
background-color: $outline;
margin: 0rem 0.682rem;
min-width: 0.545rem;
min-height: 0.545rem;
min-width: 0.273rem;
min-height: 0.273rem;
}
.spacing-h-3 > * {
+2 -2
View File
@@ -152,10 +152,10 @@ $elevation_margin: 0.476rem;
transition: 300ms cubic-bezier(0.55, 0, 1, 0.45);
}
@mixin element_easeInOut {
transition: 300ms cubic-bezier(0, 0.55, 0.45, 1);
transition: 300ms cubic-bezier(0.85, 0, 0.15, 1);
}
@mixin page_move {
transition: 2000ms cubic-bezier(0, 0.55, 0.45, 1);
transition: 500ms cubic-bezier(0.85, 0, 0.15, 1);
}
@function tint($color, $percentage) {
+1
View File
@@ -582,6 +582,7 @@ $onChatgpt: $onPrimary;
}
.sidebar-chat-indicator {
@include menu_decel;
@include full-rounding;
min-width: 0.136rem;
background-color: $onBackground;