Skip to content

Commit

Permalink
Fixed textbox + discovery button bg
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 26, 2024
1 parent ec0fc49 commit c9c323c
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 50 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/**
dist/**
dist/**
pnpm-lock.yaml
1 change: 1 addition & 0 deletions src/addons/_verticaluserarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.footer_aa1bff {
width: 100%;
margin-bottom: var(--user-area, 220px);
background: transparent;
.listItem_c96c45 {
margin-bottom: 0px;
}
Expand Down
13 changes: 6 additions & 7 deletions src/theme/app/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,26 +153,25 @@
}

// Makes the top bar more easily grabbable
.titleBar_a934d8 {
.titleBar_a934d8 {
height: 20px;
-webkit-app-region: drag;
pointer-events: none;
top: 0;
}

// Fix notice banner
.notice_b5000b {
.notice_b5000b {
border-radius: 0;
.closeButton_be03aa{
.closeButton_be03aa {
left: 15px;
}
}

}

//fixed the shit -lion
.platform-win .winButton_a934d8 {
height: 74px
height: 74px;
}
.toolbar_fc4f04 {
margin-right: 0px;
Expand All @@ -184,4 +183,4 @@
}
.theme-dark .children_fc4f04:after {
background: transparent;
}
}
2 changes: 1 addition & 1 deletion src/theme/chat/_call.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
.chatButton_dd069c {
top: 25px;
right: 187px;
right: 187px;
}
.children_fc4f04 {
height: 60px;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/chat/_forums.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.container_a6d69a{
.container_a6d69a {
background: var(--bg-secondary);
}
.container-3wLKDe {
Expand Down
3 changes: 2 additions & 1 deletion src/theme/chat/_reactions.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#app-mount {
.reaction_ec6b19, .reactionBtn_ec6b19 {
.reaction_ec6b19,
.reactionBtn_ec6b19 {
background: rgb(255 255 255 / 0.05);
border-radius: 6px;
border: none;
Expand Down
4 changes: 2 additions & 2 deletions src/theme/chat/_textbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
&.buttonActive_df39bd {
border-color: rgb(var(--accent));
box-shadow: 0 0 calc(var(--input-glow-intensity) * 12px) calc(var(--input-glow-intensity) * 2px)
rgb(var(--accent), 0.25);
rgb(var(--accent), 0.25);
}
}
.attachButtonInner_f298d4 {
Expand Down Expand Up @@ -112,7 +112,7 @@
.placeholder_a552a6 {
padding: 16px 0;
}
.scrollableContainer_d0696b {
.scrollableContainer_bdf0de {
background: transparent;
}
.attachButton_f298d4 {
Expand Down
2 changes: 1 addition & 1 deletion src/theme/inputs/_textbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
transition-property: border-color, box-shadow;
color: var(--text-normal);
margin-top: -1px;

&:hover {
border-color: var(--input-border);
}
Expand Down
3 changes: 1 addition & 2 deletions src/theme/pages/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@
.separator_cd82a7 {
background: var(--border);
}

}
//fix for mod view - Lion
.platform-win .closeAction_d936aa {
position: absolute;
top: 165.49px;
right: 314px;
z-index: 2;
}
}
18 changes: 9 additions & 9 deletions src/theme/popouts/_appsmenu.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#app-mount {
//Apps and commands popout
.contentWrapper_f7506e{
backdrop-filter: blur(var(--blur));
background: var(--bg-primary);
}
.container_e5da8b {
background-color: var(--fg-secondary);
}
}
//Apps and commands popout
.contentWrapper_f7506e {
backdrop-filter: blur(var(--blur));
background: var(--bg-primary);
}
.container_e5da8b {
background-color: var(--fg-secondary);
}
}
4 changes: 2 additions & 2 deletions src/theme/popouts/_emojipicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@
}

//Fix tenor gif picker not being theme color
.container_b56bbc, .header_b56bbc {
.container_b56bbc,
.header_b56bbc {
background: var(--bg-primary);
background-color: transparent;
}

}
21 changes: 10 additions & 11 deletions src/theme/popouts/_inbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@
}
}
min-height: 90px;
.expanded_f0cd33{

.expanded_f0cd33 {
}
.expandedInboxHeader_f0cd33{
.expandedInboxHeader_f0cd33 {
padding: 7px 10px 12px 10px;
}
.expandedTabSection_f0cd33{
.expandedTabSection_f0cd33 {
padding-right: 10px;
}
}
Expand Down Expand Up @@ -72,23 +71,23 @@
.container_ddb5b4 {
border-bottom: 1px solid var(--border);
margin-bottom: 0;
padding: 16px 10px 16px 0px !important
padding: 16px 10px 16px 0px !important;
}
.channelHeader_f3978e {
background: transparent;
position: static;
padding: 0 0 16px 17px;
.collapseButton_d09ffd {
left: -2px
left: -2px;
}
.guildIcon_f3978e{
.guildIcon_f3978e {
margin-left: 4px;
}
.markReadButton_d09ffd{
.markReadButton_d09ffd {
margin-right: 10px;
}
}
.channel_d09ffd{
.channel_d09ffd {
.channelHeader_f3978e {
padding-top: 18px;
padding-bottom: 0px;
Expand All @@ -103,7 +102,7 @@
border-radius: 0;
background: transparent;
}
.messageContainer_c06487.message_c06487 {
.messageContainer_c06487.message_c06487 {
padding-right: 8px;
}
}
}
2 changes: 1 addition & 1 deletion src/theme/popouts/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
@forward './emojiorigin';
@forward './statuspicker';
@forward './customstatus';
@forward './appsmenu'
@forward './appsmenu';
4 changes: 2 additions & 2 deletions src/theme/popouts/_menu.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#app-mount {
.menu_d4e7c2 {
background: rgb(var(--bg-overlay-color)/var(--bg-overlay-opacity-5));
background: rgb(var(--bg-overlay-color) / var(--bg-overlay-opacity-5));
border: 1px solid var(--border-strong) !important;
}

Expand Down Expand Up @@ -47,4 +47,4 @@
padding: 0 0 8px;
}
}
}
}
14 changes: 7 additions & 7 deletions src/theme/settings/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
max-height: var(--settings-max-height);
max-width: var(--settings-content-width);
}

//Fixing the roles tab. Why is the roles tab so different from the others? WHY?
.contentColumnMinimal_c25c6d{
.contentColumnMinimal_c25c6d {
padding-right: 0px !important;
.customColumn_c25c6d {
width: 100%;
Expand All @@ -60,22 +60,22 @@
padding: 0px 70px 0px 0px;
border-right: none;
}
.page_e8251c{
.page_e8251c {
width: 100%;
max-width: 100%;
}
.contentWidth_bd05f1{
.contentWidth_bd05f1 {
width: 100%;
max-width: 100%;
}
.header_bd05f1,
.headerContainer_fe3229{
.headerContainer_fe3229 {
min-width: 100%;
margin-right: -6px;
border-right: none;
}
}
.titleContainer_e87574{
.titleContainer_e87574 {
background: transparent;
}
.header_bd05f1 {
Expand All @@ -91,4 +91,4 @@
width: 95%;
margin-bottom: 0px;
}
}
}
2 changes: 1 addition & 1 deletion src/theme/sidebar/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
}
//disabled soundboard button fix
.disabledButtonWrapper_dd4f85 {
.disabledButtonWrapper_dd4f85 {
height: 100%;
.button_adcaac.disabled_adcaac {
margin-left: 0;
Expand Down
1 change: 0 additions & 1 deletion src/theme/vencord/_index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@forward './plugins/spotifycontrols';

0 comments on commit c9c323c

Please sign in to comment.