fix(SW-856): fixed issues where blocks do not have titles/preambles

This commit is contained in:
Erik Tiekstra
2024-11-11 10:41:29 +01:00
parent ee55bb3812
commit 5a48a118f4
5 changed files with 9 additions and 5 deletions

View File

@@ -18,13 +18,13 @@
.scrollWrapper.leftShadow::before {
left: 0;
background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
background: linear-gradient(to right, rgba(128, 110, 99, 0.37), transparent);
opacity: 1;
}
.scrollWrapper.rightShadow::after {
right: 0;
background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
background: linear-gradient(to left, rgba(128, 110, 99, 0.37), transparent);
opacity: 1;
}