forked from Shinonome/dots-hyprland
sidebar: add volume mixer
This commit is contained in:
@@ -260,7 +260,7 @@ $sidebar_chat_textboxareaColor: mix($onSurfaceVariant, $surfaceVariant, 40%);
|
||||
@include full-rounding;
|
||||
@include element_decel;
|
||||
padding: 0rem 0.682rem;
|
||||
background-color: $surfaceContainerHigh;
|
||||
background-color: $layer2;
|
||||
color: $onSurface;
|
||||
}
|
||||
|
||||
@@ -278,7 +278,7 @@ $sidebar_chat_textboxareaColor: mix($onSurfaceVariant, $surfaceVariant, 40%);
|
||||
@include element_decel;
|
||||
min-width: 2.045rem;
|
||||
min-height: 2.045rem;
|
||||
background-color: $surfaceContainerHigh;
|
||||
background-color: $layer2;
|
||||
color: $outline;
|
||||
}
|
||||
|
||||
@@ -326,7 +326,7 @@ $sidebar_chat_textboxareaColor: mix($onSurfaceVariant, $surfaceVariant, 40%);
|
||||
.sidebar-todo-new {
|
||||
@include full-rounding;
|
||||
@include element_decel;
|
||||
background-color: $surfaceContainerHigh;
|
||||
background-color: $layer2;
|
||||
color: $onSurfaceVariant;
|
||||
margin: 0.341rem;
|
||||
padding: 0.205rem 0.545rem;
|
||||
@@ -492,7 +492,7 @@ $colorpicker_rounding: 0.341rem;
|
||||
padding: 0.341rem;
|
||||
}
|
||||
|
||||
.sidebar-chat-apiswitcher {
|
||||
.sidebar-icontabswitcher {
|
||||
@include full-rounding;
|
||||
@include group-padding;
|
||||
background-color: $layer1;
|
||||
@@ -517,7 +517,7 @@ $colorpicker_rounding: 0.341rem;
|
||||
|
||||
.sidebar-chat-textarea {
|
||||
@include normal-rounding;
|
||||
background-color: $surfaceContainerHigh;
|
||||
background-color: $layer1;
|
||||
color: $onSurfaceVariant;
|
||||
padding: 0.682rem;
|
||||
}
|
||||
@@ -709,7 +709,7 @@ $colorpicker_rounding: 0.341rem;
|
||||
|
||||
.sidebar-chat-chip-action {
|
||||
@include element_decel;
|
||||
background-color: $surfaceContainerHigh;
|
||||
background-color: $layer2;
|
||||
color: $onSurfaceVariant;
|
||||
}
|
||||
|
||||
@@ -731,7 +731,7 @@ $colorpicker_rounding: 0.341rem;
|
||||
@include element_decel;
|
||||
@include small-rounding;
|
||||
padding: 0.341rem 0.477rem;
|
||||
background-color: $surfaceContainerHigh;
|
||||
background-color: $layer3;
|
||||
color: $onSurfaceVariant;
|
||||
}
|
||||
|
||||
@@ -845,3 +845,37 @@ $waifu_image_overlay_transparency: 0.7;
|
||||
@include element_decel;
|
||||
margin: 0.545rem;
|
||||
}
|
||||
|
||||
.sidebar-volmixer-stream {
|
||||
// @include normal-rounding;
|
||||
// background-color: $layer2;
|
||||
// color: $onLayer2;
|
||||
border-bottom: 0.068rem solid $outlineVariant;
|
||||
padding: 0.682rem;
|
||||
}
|
||||
|
||||
.sidebar-volmixer-stream-appicon {
|
||||
font-size: 3.273rem;
|
||||
}
|
||||
|
||||
.sidebar-volmixer-stream-slider {
|
||||
trough {
|
||||
border-radius: $rounding_verysmall;
|
||||
min-height: 1.364rem;
|
||||
min-width: 1.364rem;
|
||||
background-color: $secondaryContainer;
|
||||
}
|
||||
|
||||
highlight {
|
||||
border-radius: $rounding_verysmall;
|
||||
min-height: 1.364rem;
|
||||
min-width: 1.364rem;
|
||||
background-color: $primary;
|
||||
}
|
||||
|
||||
slider {
|
||||
border-radius: $rounding_verysmall;
|
||||
min-height: 1.364rem;
|
||||
min-width: 1.364rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user