forked from Shinonome/dots-hyprland
ags: sidebar: allow collapsing calendar (#1070)
This commit is contained in:
@@ -175,6 +175,22 @@ $sidebar_chat_textboxareaColor: mix($onSurfaceVariant, $surfaceVariant, 40%);
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-calendar-btn-arrow {
|
||||
@include full-rounding;
|
||||
background-color: $layer2;
|
||||
min-width: 1.705rem;
|
||||
min-height: 1.705rem;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: $layer2Hover;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: $layer2Active;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-calendar-btn {
|
||||
@include full-rounding;
|
||||
@include element_decel;
|
||||
@@ -253,6 +269,24 @@ $sidebar_chat_textboxareaColor: mix($onSurfaceVariant, $surfaceVariant, 40%);
|
||||
background-color: $activecolor;
|
||||
}
|
||||
|
||||
.sidebar-calendar-collapsed-pill {
|
||||
@include full-rounding;
|
||||
background-color: $layer2;
|
||||
min-width: 1.705rem;
|
||||
min-height: 1.705rem;
|
||||
padding-left: 0.341rem;
|
||||
padding-right: 0.341rem;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: $layer2Hover;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: $layer2Active;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-todo-item {
|
||||
@include small-rounding;
|
||||
margin-right: 0.545rem;
|
||||
|
||||
Reference in New Issue
Block a user