From 8fab7d4b65cd16769d3ef48e44da3f8ed75582ed Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 31 Mar 2025 23:02:52 +1100 Subject: feat: fake screen rounding --- scss/common.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scss') 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); -- cgit v1.2.3-freya