sideright: update centermodules buttons

This commit is contained in:
end-4
2024-04-29 22:30:36 +07:00
parent f26c26ff8e
commit 5662cb04e9
3 changed files with 37 additions and 2 deletions
+18
View File
@@ -966,4 +966,22 @@ $waifu_image_overlay_transparency: 0.7;
background-color: $layer1;
color: $onLayer1;
padding: 0.682rem;
}
.sidebar-centermodules-bottombar-button {
@include full-rounding;
@include element_decel;
min-width: 6.818rem;
min-height: 2.25rem;
background-color: $layer2;
color: $onLayer2;
}
.sidebar-centermodules-bottombar-button:hover,
.sidebar-centermodules-bottombar-button:focus {
background-color: $layer2Hover;
}
.sidebar-centermodules-bottombar-button:active {
background-color: $layer2Active;
}