Adjusts styling for hidden config

This commit is contained in:
Michel Fedde 2025-03-18 22:36:01 +01:00
parent d8aec3ce2a
commit add349f09f
5 changed files with 14 additions and 5 deletions

View file

@ -29,6 +29,10 @@ window {
window.semi-hidden {
background-color: transparent;
* {
border-radius: 0 0 $border-radius $border-radius;
}
.modules-left, .modules-center, .modules-right {
background-color: $background;
}