summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-31 23:02:52 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-31 23:02:52 +1100
commit8fab7d4b65cd16769d3ef48e44da3f8ed75582ed (patch)
treecd711556a1f894f8ba8420fe6b249ae58733ca06 /scss
parentbar: add error for no wireplumber (diff)
downloadcaelestia-shell-8fab7d4b65cd16769d3ef48e44da3f8ed75582ed.tar.gz
caelestia-shell-8fab7d4b65cd16769d3ef48e44da3f8ed75582ed.tar.bz2
caelestia-shell-8fab7d4b65cd16769d3ef48e44da3f8ed75582ed.zip
feat: fake screen rounding
Diffstat (limited to 'scss')
-rw-r--r--scss/common.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/common.scss b/scss/common.scss
index 1cf7249..de9f424 100644
--- a/scss/common.scss
+++ b/scss/common.scss
@@ -6,6 +6,12 @@ label.icon {
@include font.icon;
}
+.screen-corner {
+ @include lib.rounded(15);
+
+ background-color: scheme.$mantle;
+}
+
.notification {
.inner {
@include lib.rounded(8);