mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
style: scrollable gradient show only when no transparency
This commit is contained in:
@@ -1038,7 +1038,9 @@ $waifu_image_overlay_transparency: 0.7;
|
||||
}
|
||||
|
||||
.sidebar-centermodules-scrollgradient-bottom {
|
||||
background: linear-gradient(to top, $layer1 0%, transparentize($layer1, 1) 1.023rem);
|
||||
@if $transparent ==False {
|
||||
background: linear-gradient(to top, $layer1 0%, transparentize($layer1, 1) 1.023rem);
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-centermodules-scrollgradient-bottom-contentmargin {
|
||||
|
||||
Reference in New Issue
Block a user