summaryrefslogtreecommitdiff
path: root/scss/sidebar.scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-27 16:45:25 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-27 16:45:25 +1100
commit6b0c9af07c6c8a08ac11522e2a8c7af60c210deb (patch)
treed205c6a39421b65ddf738fbb5ef63395375ff56f /scss/sidebar.scss
parentsidebar: fix child not found in stack errors (diff)
downloadcaelestia-shell-6b0c9af07c6c8a08ac11522e2a8c7af60c210deb.tar.gz
caelestia-shell-6b0c9af07c6c8a08ac11522e2a8c7af60c210deb.tar.bz2
caelestia-shell-6b0c9af07c6c8a08ac11522e2a8c7af60c210deb.zip
sidebar: streams module
Diffstat (limited to 'scss/sidebar.scss')
-rw-r--r--scss/sidebar.scss66
1 files changed, 66 insertions, 0 deletions
diff --git a/scss/sidebar.scss b/scss/sidebar.scss
index 9f72ca8..369ad25 100644
--- a/scss/sidebar.scss
+++ b/scss/sidebar.scss
@@ -443,6 +443,70 @@
}
}
+ .no-wp-prompt {
+ font-size: lib.s(16);
+ color: scheme.$error;
+ margin-top: lib.s(8);
+ }
+
+ .streams {
+ .list {
+ @include lib.spacing(10, true);
+ }
+
+ .stream {
+ @include lib.rounded(20);
+ @include lib.element-decel;
+
+ background-color: color.change(scheme.$surface1, $alpha: 0.4);
+ padding: lib.s(10) lib.s(15);
+
+ @include lib.spacing(5);
+
+ &.playing {
+ background-color: color.change(color.mix(scheme.$surface1, scheme.$primary, 50%), $alpha: 0.4);
+ }
+
+ .icon {
+ font-size: lib.s(28);
+ margin-right: lib.s(12);
+ }
+
+ .sublabel {
+ font-size: lib.s(14);
+ color: scheme.$subtext0;
+ }
+
+ trough {
+ @include lib.rounded(10);
+
+ min-width: lib.s(100);
+ min-height: lib.s(10);
+ background-color: color.change(scheme.$error, $alpha: 0.3);
+
+ fill {
+ @include lib.rounded(10);
+
+ background-color: color.change(scheme.$overlay0, $alpha: 1);
+ }
+
+ highlight {
+ @include lib.rounded(10);
+
+ background-color: scheme.$subtext1;
+ }
+ }
+
+ & > button {
+ @include media-button;
+
+ font-size: lib.s(18);
+ min-width: lib.s(20);
+ min-height: lib.s(20);
+ }
+ }
+ }
+
.networks {
.list {
@include lib.spacing(10, true);
@@ -450,6 +514,7 @@
.network {
@include lib.rounded(20);
+ @include lib.element-decel;
background-color: color.change(scheme.$surface1, $alpha: 0.4);
padding: lib.s(10) lib.s(15);
@@ -493,6 +558,7 @@
.device {
@include lib.rounded(20);
+ @include lib.element-decel;
background-color: color.change(scheme.$surface1, $alpha: 0.4);
padding: lib.s(10) lib.s(15);