Skip to content

Commit

Permalink
Class Updates (812a638)
Browse files Browse the repository at this point in the history
  • Loading branch information
PlusInsta committed Oct 28, 2024
1 parent 5e1860d commit 3825509
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/DiscordPlus-plugins.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
background-size: 28px 28px !important;
background-position-x: calc(100% - 4px) !important;
}
.styledGuildsAsChannels-DNHtg_ .wrapper_fea3ef .wrapper_fd07a3 {
.styledGuildsAsChannels-DNHtg_ .wrapper_fea3ef .wrapper_c4cd66 {
top: -8px !important;
height: 48px !important;
}
Expand All @@ -81,7 +81,7 @@
}

/* PluginRepo */
.flexChild_bba380 > div > div,
.flexChild_dc333f > div > div,
.DevilBro-notice {
border-radius: var(--dplus-radius-ui) !important;
}
Expand Down
10 changes: 5 additions & 5 deletions src/DiscordPlus-source.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1395,12 +1395,12 @@ margin-right: 0;
padding: 0;
flex-direction: column-reverse;
}
.sansAttachButton_d0696b {
.sansAttachButton_bdf0de {
padding: calc(2px + (var(--dplus-spacing-ui) / 2));
padding-top: calc(2px + (var(--dplus-spacing-ui) / 8));
padding-bottom: calc(2px + (var(--dplus-spacing-ui) / 8));
}
.channelTextArea_d0696b {
.channelTextArea_bdf0de {
padding-top: 24px;
background-color: transparent;
margin-top: var(--dplus-spacing-app) !important;
Expand Down Expand Up @@ -1435,18 +1435,18 @@ margin-right: 0;
.channelbodyAreaDisabled-8rmlrp {
background: var(--dplus-bgc-ui-card);
}
.scrollableContainer_d0696b {
.scrollableContainer_bdf0de {
overflow-y: auto;
background-color: var(--dplus-bgc-chatmsg);
border-radius: var(--dplus-radius-ui);
}
.form_a7d72e:before, .form_a7d72e:after {
display: none;
} /* Random gradient? Does this do anything? */
.webkit__8d35a .buttons_d0696b {
.webkit__8d35a .buttons_bdf0de {
margin-right: calc(var(--dplus-spacing-ui) - 6px);
}
.attachedBars_d0696b + .scrollableContainer_d0696b {
.stackedBars_bdf0de + .scrollableContainer_bdf0de {
border-radius: 0 0 var(--dplus-radius-ui) var(--dplus-radius-ui);
}

Expand Down

0 comments on commit 3825509

Please sign in to comment.