summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-26 13:03:20 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-26 13:03:20 +1100
commit4ae165172024b9dce5db3664a16db68dc42ba400 (patch)
treed3230716c0bb8eab6ddf7d8b17825ea569f92c69 /scss
parentcalendar: notifications for events (diff)
downloadcaelestia-shell-4ae165172024b9dce5db3664a16db68dc42ba400.tar.gz
caelestia-shell-4ae165172024b9dce5db3664a16db68dc42ba400.tar.bz2
caelestia-shell-4ae165172024b9dce5db3664a16db68dc42ba400.zip
sidebar: notifpane + scroll switch panes
Also placeholder for empty lists (notifs and events) To switch panes, primary click + scroll
Diffstat (limited to 'scss')
-rw-r--r--scss/sidebar.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/sidebar.scss b/scss/sidebar.scss
index 249f516..8f4d6d7 100644
--- a/scss/sidebar.scss
+++ b/scss/sidebar.scss
@@ -73,6 +73,15 @@
}
}
+ .empty {
+ color: scheme.$subtext0;
+ font-size: lib.s(18);
+
+ .icon {
+ font-size: lib.s(48);
+ }
+ }
+
.user {
@include lib.spacing(15);