gradient at bottom of sideright scrollables

This commit is contained in:
end-4
2024-06-20 19:25:52 +07:00
parent 18dcdfaa49
commit b72685f6a3
3 changed files with 36 additions and 22 deletions
+4
View File
@@ -992,4 +992,8 @@ $waifu_image_overlay_transparency: 0.7;
.sidebar-centermodules-bottombar-button:active {
background-color: $layer2Active;
}
.sidebar-centermodules-scrollgradient-bottom {
background: linear-gradient(to top, $layer1 0%, transparentize($layer1, 1) 1.023rem);
}