We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4006247 commit 3ee61f6Copy full SHA for 3ee61f6
resources/dist.rc
-11 Bytes
src/celemod-ui/src/components/ModList.scss
@@ -48,20 +48,8 @@
48
z-index: 1;
49
padding: 15px;
50
width: 100%;
51
- background-color: unquote(theme.$bg+"aa");
52
- backdrop-filter: blur(10px);
53
-
54
- // &::before {
55
- // content: "";
56
- //
57
- // position: absolute;
58
- // bottom: 0;
59
- // left: 0;
60
- // right: 0;
61
- // height: 90px;
62
- // z-index: -100;
63
- // //
64
- // }
+ background: linear-gradient(to top, unquote(theme.$bg+"ff"), unquote(theme.$bg+"aa"));
+ // backdrop-filter: blur(10px);
65
66
.name {
67
font-size: 16px;
0 commit comments