forked from Shinonome/dots-hyprland
sideleft: make it possible to un-expand
This commit is contained in:
@@ -24,16 +24,6 @@ $sidebar_chat_textboxareaColor: mix($onSurfaceVariant, $surfaceVariant, 40%);
|
||||
padding: 1.023rem;
|
||||
}
|
||||
|
||||
.sidebar-left-expanded {
|
||||
@include menu_decel;
|
||||
@include elevation-border;
|
||||
@include elevation2;
|
||||
border-radius: $rounding_large - $elevation_margin + 0.068rem;
|
||||
min-width: 54.545rem;
|
||||
background-color: $background;
|
||||
padding: 1.023rem;
|
||||
}
|
||||
|
||||
.sidebar-group {
|
||||
@include normal-rounding;
|
||||
@include group-padding;
|
||||
@@ -866,6 +856,10 @@ $skeleton-accent: mix($secondary, $onSecondary, 50%);
|
||||
background-color: mix($primary, $hovercolor, 70%);
|
||||
}
|
||||
|
||||
.sidebar-expandbtn-enabled {
|
||||
min-width: 29.113rem;
|
||||
}
|
||||
|
||||
.sidebar-controlbtn-enabled:active {
|
||||
background-color: mix($primary, $hovercolor, 40%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user