Skip to content

Commit c9c323c

Browse files
committedOct 26, 2024·
Fixed textbox + discovery button bg
1 parent ec0fc49 commit c9c323c

17 files changed

+49
-50
lines changed
 

‎.prettierignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/**
2-
dist/**
2+
dist/**
3+
pnpm-lock.yaml

‎src/addons/_verticaluserarea.scss

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
.footer_aa1bff {
1111
width: 100%;
1212
margin-bottom: var(--user-area, 220px);
13+
background: transparent;
1314
.listItem_c96c45 {
1415
margin-bottom: 0px;
1516
}

‎src/theme/app/_toolbar.scss

+6-7
Original file line numberDiff line numberDiff line change
@@ -153,26 +153,25 @@
153153
}
154154

155155
// Makes the top bar more easily grabbable
156-
.titleBar_a934d8 {
156+
.titleBar_a934d8 {
157157
height: 20px;
158158
-webkit-app-region: drag;
159159
pointer-events: none;
160160
top: 0;
161161
}
162-
162+
163163
// Fix notice banner
164-
.notice_b5000b {
164+
.notice_b5000b {
165165
border-radius: 0;
166-
.closeButton_be03aa{
166+
.closeButton_be03aa {
167167
left: 15px;
168168
}
169169
}
170-
171170
}
172171

173172
//fixed the shit -lion
174173
.platform-win .winButton_a934d8 {
175-
height: 74px
174+
height: 74px;
176175
}
177176
.toolbar_fc4f04 {
178177
margin-right: 0px;
@@ -184,4 +183,4 @@
184183
}
185184
.theme-dark .children_fc4f04:after {
186185
background: transparent;
187-
}
186+
}

‎src/theme/chat/_call.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
.chatButton_dd069c {
99
top: 25px;
10-
right: 187px;
10+
right: 187px;
1111
}
1212
.children_fc4f04 {
1313
height: 60px;

‎src/theme/chat/_forums.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#app-mount {
2-
.container_a6d69a{
2+
.container_a6d69a {
33
background: var(--bg-secondary);
44
}
55
.container-3wLKDe {

‎src/theme/chat/_reactions.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#app-mount {
2-
.reaction_ec6b19, .reactionBtn_ec6b19 {
2+
.reaction_ec6b19,
3+
.reactionBtn_ec6b19 {
34
background: rgb(255 255 255 / 0.05);
45
border-radius: 6px;
56
border: none;

‎src/theme/chat/_textbox.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
&.buttonActive_df39bd {
1717
border-color: rgb(var(--accent));
1818
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);
2020
}
2121
}
2222
.attachButtonInner_f298d4 {
@@ -112,7 +112,7 @@
112112
.placeholder_a552a6 {
113113
padding: 16px 0;
114114
}
115-
.scrollableContainer_d0696b {
115+
.scrollableContainer_bdf0de {
116116
background: transparent;
117117
}
118118
.attachButton_f298d4 {

‎src/theme/inputs/_textbox.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
transition-property: border-color, box-shadow;
1111
color: var(--text-normal);
1212
margin-top: -1px;
13-
13+
1414
&:hover {
1515
border-color: var(--input-border);
1616
}

‎src/theme/pages/_sidebar.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@
4040
.separator_cd82a7 {
4141
background: var(--border);
4242
}
43-
4443
}
4544
//fix for mod view - Lion
4645
.platform-win .closeAction_d936aa {
4746
position: absolute;
4847
top: 165.49px;
4948
right: 314px;
5049
z-index: 2;
51-
}
50+
}

‎src/theme/popouts/_appsmenu.scss

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#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+
}

‎src/theme/popouts/_emojipicker.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@
236236
}
237237

238238
//Fix tenor gif picker not being theme color
239-
.container_b56bbc, .header_b56bbc {
239+
.container_b56bbc,
240+
.header_b56bbc {
240241
background: var(--bg-primary);
241242
background-color: transparent;
242243
}
243-
244244
}

‎src/theme/popouts/_inbox.scss

+10-11
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@
2929
}
3030
}
3131
min-height: 90px;
32-
.expanded_f0cd33{
33-
32+
.expanded_f0cd33 {
3433
}
35-
.expandedInboxHeader_f0cd33{
34+
.expandedInboxHeader_f0cd33 {
3635
padding: 7px 10px 12px 10px;
3736
}
38-
.expandedTabSection_f0cd33{
37+
.expandedTabSection_f0cd33 {
3938
padding-right: 10px;
4039
}
4140
}
@@ -72,23 +71,23 @@
7271
.container_ddb5b4 {
7372
border-bottom: 1px solid var(--border);
7473
margin-bottom: 0;
75-
padding: 16px 10px 16px 0px !important
74+
padding: 16px 10px 16px 0px !important;
7675
}
7776
.channelHeader_f3978e {
7877
background: transparent;
7978
position: static;
8079
padding: 0 0 16px 17px;
8180
.collapseButton_d09ffd {
82-
left: -2px
81+
left: -2px;
8382
}
84-
.guildIcon_f3978e{
83+
.guildIcon_f3978e {
8584
margin-left: 4px;
8685
}
87-
.markReadButton_d09ffd{
86+
.markReadButton_d09ffd {
8887
margin-right: 10px;
8988
}
9089
}
91-
.channel_d09ffd{
90+
.channel_d09ffd {
9291
.channelHeader_f3978e {
9392
padding-top: 18px;
9493
padding-bottom: 0px;
@@ -103,7 +102,7 @@
103102
border-radius: 0;
104103
background: transparent;
105104
}
106-
.messageContainer_c06487.message_c06487 {
105+
.messageContainer_c06487.message_c06487 {
107106
padding-right: 8px;
108107
}
109-
}
108+
}

‎src/theme/popouts/_index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
@forward './emojiorigin';
99
@forward './statuspicker';
1010
@forward './customstatus';
11-
@forward './appsmenu'
11+
@forward './appsmenu';

‎src/theme/popouts/_menu.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#app-mount {
22
.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));
44
border: 1px solid var(--border-strong) !important;
55
}
66

@@ -47,4 +47,4 @@
4747
padding: 0 0 8px;
4848
}
4949
}
50-
}
50+
}

‎src/theme/settings/_content.scss

+7-7
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
max-height: var(--settings-max-height);
4949
max-width: var(--settings-content-width);
5050
}
51-
51+
5252
//Fixing the roles tab. Why is the roles tab so different from the others? WHY?
53-
.contentColumnMinimal_c25c6d{
53+
.contentColumnMinimal_c25c6d {
5454
padding-right: 0px !important;
5555
.customColumn_c25c6d {
5656
width: 100%;
@@ -60,22 +60,22 @@
6060
padding: 0px 70px 0px 0px;
6161
border-right: none;
6262
}
63-
.page_e8251c{
63+
.page_e8251c {
6464
width: 100%;
6565
max-width: 100%;
6666
}
67-
.contentWidth_bd05f1{
67+
.contentWidth_bd05f1 {
6868
width: 100%;
6969
max-width: 100%;
7070
}
7171
.header_bd05f1,
72-
.headerContainer_fe3229{
72+
.headerContainer_fe3229 {
7373
min-width: 100%;
7474
margin-right: -6px;
7575
border-right: none;
7676
}
7777
}
78-
.titleContainer_e87574{
78+
.titleContainer_e87574 {
7979
background: transparent;
8080
}
8181
.header_bd05f1 {
@@ -91,4 +91,4 @@
9191
width: 95%;
9292
margin-bottom: 0px;
9393
}
94-
}
94+
}

‎src/theme/sidebar/_panels.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060
}
6161
//disabled soundboard button fix
62-
.disabledButtonWrapper_dd4f85 {
62+
.disabledButtonWrapper_dd4f85 {
6363
height: 100%;
6464
.button_adcaac.disabled_adcaac {
6565
margin-left: 0;

‎src/theme/vencord/_index.scss

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
@forward './plugins/spotifycontrols';
2-

0 commit comments

Comments
 (0)
Please sign in to comment.