Skip to content

Commit 3ee61f6

Browse files
fix: disable blue to improve performance
1 parent 4006247 commit 3ee61f6

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

resources/dist.rc

-11 Bytes
Binary file not shown.

src/celemod-ui/src/components/ModList.scss

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,8 @@
4848
z-index: 1;
4949
padding: 15px;
5050
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-
// }
51+
background: linear-gradient(to top, unquote(theme.$bg+"ff"), unquote(theme.$bg+"aa"));
52+
// backdrop-filter: blur(10px);
6553

6654
.name {
6755
font-size: 16px;

0 commit comments

Comments
 (0)