bar: fix corners showing when not embedded style

This commit is contained in:
2 * r + 2 * t 2025-04-03 19:04:41 +11:00
parent 65d0511408
commit df1928e0d0

View file

@ -20,6 +20,10 @@
font-size: lib.s(18);
}
.screen-corner {
background-color: transparent;
}
.os-icon {
color: scheme.$yellow;
}
@ -259,6 +263,8 @@
.screen-corner {
@include lib.rounded($-rounding);
background-color: scheme.$mantle;
}
&.horizontal {