File tree 17 files changed +49
-50
lines changed
17 files changed +49
-50
lines changed Original file line number Diff line number Diff line change 1
1
node_modules /**
2
- dist /**
2
+ dist /**
3
+ pnpm-lock.yaml
Original file line number Diff line number Diff line change 10
10
.footer_aa1bff {
11
11
width : 100% ;
12
12
margin-bottom : var (--user-area , 220px );
13
+ background : transparent ;
13
14
.listItem_c96c45 {
14
15
margin-bottom : 0px ;
15
16
}
Original file line number Diff line number Diff line change 153
153
}
154
154
155
155
// Makes the top bar more easily grabbable
156
- .titleBar_a934d8 {
156
+ .titleBar_a934d8 {
157
157
height : 20px ;
158
158
-webkit-app-region : drag;
159
159
pointer-events : none ;
160
160
top : 0 ;
161
161
}
162
-
162
+
163
163
// Fix notice banner
164
- .notice_b5000b {
164
+ .notice_b5000b {
165
165
border-radius : 0 ;
166
- .closeButton_be03aa {
166
+ .closeButton_be03aa {
167
167
left : 15px ;
168
168
}
169
169
}
170
-
171
170
}
172
171
173
172
// fixed the shit -lion
174
173
.platform-win .winButton_a934d8 {
175
- height : 74px
174
+ height : 74px ;
176
175
}
177
176
.toolbar_fc4f04 {
178
177
margin-right : 0px ;
184
183
}
185
184
.theme-dark .children_fc4f04 :after {
186
185
background : transparent ;
187
- }
186
+ }
Original file line number Diff line number Diff line change 7
7
}
8
8
.chatButton_dd069c {
9
9
top : 25px ;
10
- right : 187px ;
10
+ right : 187px ;
11
11
}
12
12
.children_fc4f04 {
13
13
height : 60px ;
Original file line number Diff line number Diff line change 1
1
#app-mount {
2
- .container_a6d69a {
2
+ .container_a6d69a {
3
3
background : var (--bg-secondary );
4
4
}
5
5
.container-3wLKDe {
Original file line number Diff line number Diff line change 1
1
#app-mount {
2
- .reaction_ec6b19 , .reactionBtn_ec6b19 {
2
+ .reaction_ec6b19 ,
3
+ .reactionBtn_ec6b19 {
3
4
background : rgb (255 255 255 / 0.05 );
4
5
border-radius : 6px ;
5
6
border : none ;
Original file line number Diff line number Diff line change 16
16
& .buttonActive_df39bd {
17
17
border-color : rgb (var (--accent ));
18
18
box-shadow : 0 0 calc (var (--input-glow-intensity ) * 12px ) calc (var (--input-glow-intensity ) * 2px )
19
- rgb (var (--accent ), 0.25 );
19
+ rgb (var (--accent ), 0.25 );
20
20
}
21
21
}
22
22
.attachButtonInner_f298d4 {
112
112
.placeholder_a552a6 {
113
113
padding : 16px 0 ;
114
114
}
115
- .scrollableContainer_d0696b {
115
+ .scrollableContainer_bdf0de {
116
116
background : transparent ;
117
117
}
118
118
.attachButton_f298d4 {
Original file line number Diff line number Diff line change 10
10
transition-property : border-color , box-shadow ;
11
11
color : var (--text-normal );
12
12
margin-top : -1px ;
13
-
13
+
14
14
& :hover {
15
15
border-color : var (--input-border );
16
16
}
Original file line number Diff line number Diff line change 40
40
.separator_cd82a7 {
41
41
background : var (--border );
42
42
}
43
-
44
43
}
45
44
// fix for mod view - Lion
46
45
.platform-win .closeAction_d936aa {
47
46
position : absolute ;
48
47
top : 165.49px ;
49
48
right : 314px ;
50
49
z-index : 2 ;
51
- }
50
+ }
Original file line number Diff line number Diff line change 1
1
#app-mount {
2
- // Apps and commands popout
3
- .contentWrapper_f7506e {
4
- backdrop-filter : blur (var (--blur ));
5
- background : var (--bg-primary );
6
- }
7
- .container_e5da8b {
8
- background-color : var (--fg-secondary );
9
- }
10
- }
2
+ // Apps and commands popout
3
+ .contentWrapper_f7506e {
4
+ backdrop-filter : blur (var (--blur ));
5
+ background : var (--bg-primary );
6
+ }
7
+ .container_e5da8b {
8
+ background-color : var (--fg-secondary );
9
+ }
10
+ }
Original file line number Diff line number Diff line change 236
236
}
237
237
238
238
// Fix tenor gif picker not being theme color
239
- .container_b56bbc , .header_b56bbc {
239
+ .container_b56bbc ,
240
+ .header_b56bbc {
240
241
background : var (--bg-primary );
241
242
background-color : transparent ;
242
243
}
243
-
244
244
}
Original file line number Diff line number Diff line change 29
29
}
30
30
}
31
31
min-height : 90px ;
32
- .expanded_f0cd33 {
33
-
32
+ .expanded_f0cd33 {
34
33
}
35
- .expandedInboxHeader_f0cd33 {
34
+ .expandedInboxHeader_f0cd33 {
36
35
padding : 7px 10px 12px 10px ;
37
36
}
38
- .expandedTabSection_f0cd33 {
37
+ .expandedTabSection_f0cd33 {
39
38
padding-right : 10px ;
40
39
}
41
40
}
72
71
.container_ddb5b4 {
73
72
border-bottom : 1px solid var (--border );
74
73
margin-bottom : 0 ;
75
- padding : 16px 10px 16px 0px !important
74
+ padding : 16px 10px 16px 0px !important ;
76
75
}
77
76
.channelHeader_f3978e {
78
77
background : transparent ;
79
78
position : static ;
80
79
padding : 0 0 16px 17px ;
81
80
.collapseButton_d09ffd {
82
- left : -2px
81
+ left : -2px ;
83
82
}
84
- .guildIcon_f3978e {
83
+ .guildIcon_f3978e {
85
84
margin-left : 4px ;
86
85
}
87
- .markReadButton_d09ffd {
86
+ .markReadButton_d09ffd {
88
87
margin-right : 10px ;
89
88
}
90
89
}
91
- .channel_d09ffd {
90
+ .channel_d09ffd {
92
91
.channelHeader_f3978e {
93
92
padding-top : 18px ;
94
93
padding-bottom : 0px ;
103
102
border-radius : 0 ;
104
103
background : transparent ;
105
104
}
106
- .messageContainer_c06487.message_c06487 {
105
+ .messageContainer_c06487.message_c06487 {
107
106
padding-right : 8px ;
108
107
}
109
- }
108
+ }
Original file line number Diff line number Diff line change 8
8
@forward ' ./emojiorigin' ;
9
9
@forward ' ./statuspicker' ;
10
10
@forward ' ./customstatus' ;
11
- @forward ' ./appsmenu'
11
+ @forward ' ./appsmenu' ;
Original file line number Diff line number Diff line change 1
1
#app-mount {
2
2
.menu_d4e7c2 {
3
- background : rgb (var (--bg-overlay-color )/ var (--bg-overlay-opacity-5 ));
3
+ background : rgb (var (--bg-overlay-color ) / var (--bg-overlay-opacity-5 ));
4
4
border : 1px solid var (--border-strong ) !important ;
5
5
}
6
6
47
47
padding : 0 0 8px ;
48
48
}
49
49
}
50
- }
50
+ }
Original file line number Diff line number Diff line change 48
48
max-height : var (--settings-max-height );
49
49
max-width : var (--settings-content-width );
50
50
}
51
-
51
+
52
52
// Fixing the roles tab. Why is the roles tab so different from the others? WHY?
53
- .contentColumnMinimal_c25c6d {
53
+ .contentColumnMinimal_c25c6d {
54
54
padding-right : 0px !important ;
55
55
.customColumn_c25c6d {
56
56
width : 100% ;
60
60
padding : 0px 70px 0px 0px ;
61
61
border-right : none ;
62
62
}
63
- .page_e8251c {
63
+ .page_e8251c {
64
64
width : 100% ;
65
65
max-width : 100% ;
66
66
}
67
- .contentWidth_bd05f1 {
67
+ .contentWidth_bd05f1 {
68
68
width : 100% ;
69
69
max-width : 100% ;
70
70
}
71
71
.header_bd05f1 ,
72
- .headerContainer_fe3229 {
72
+ .headerContainer_fe3229 {
73
73
min-width : 100% ;
74
74
margin-right : -6px ;
75
75
border-right : none ;
76
76
}
77
77
}
78
- .titleContainer_e87574 {
78
+ .titleContainer_e87574 {
79
79
background : transparent ;
80
80
}
81
81
.header_bd05f1 {
91
91
width : 95% ;
92
92
margin-bottom : 0px ;
93
93
}
94
- }
94
+ }
Original file line number Diff line number Diff line change 59
59
}
60
60
}
61
61
// disabled soundboard button fix
62
- .disabledButtonWrapper_dd4f85 {
62
+ .disabledButtonWrapper_dd4f85 {
63
63
height : 100% ;
64
64
.button_adcaac.disabled_adcaac {
65
65
margin-left : 0 ;
Original file line number Diff line number Diff line change 1
1
@forward ' ./plugins/spotifycontrols' ;
2
-
You can’t perform that action at this time.
0 commit comments