Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Oct 17, 2023
1 parent 801db2f commit 9ada447
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Themes/Material-Discord/css/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -1863,12 +1863,12 @@ html:not(.app-focused) .typeWindows-3ILlhq .winButton-3SigSb.winButtonMinMax-nT2
.form-3qe0Ni:before {
display: none;
}
.form-3qe0Ni .channelTextArea-1deLlK {
.form-3qe0Ni .channelTextArea-1VQBuV {
margin: 12px 0;
background-color: transparent;
border-radius: var(--main-textarea-radius);
}
.form-3qe0Ni .channelTextArea-1deLlK.channelTextAreaDisabled-1p2fQv {
.form-3qe0Ni .channelTextArea-1VQBuV.channelTextAreaDisabled-1p2fQv {
opacity: 0.8;
}
.form-3qe0Ni .scrollableContainer-15eg7h {
Expand Down Expand Up @@ -2513,13 +2513,13 @@ html:not(.app-focused) .typeWindows-3ILlhq .winButton-3SigSb.winButtonMinMax-nT2
* BETTERDISCORD PLUGIN -> CharCounter
*
*/
.chatContent-2O4SXb .charCounterAdded-zz9O4t .channelTextArea-1deLlK {
.chatContent-2O4SXb .charCounterAdded-zz9O4t .channelTextArea-1VQBuV {
margin-bottom: 0 !important;
}
.chatContent-2O4SXb .charCounterAdded-zz9O4t .channelTextArea-1deLlK .scrollableContainer-15eg7h {
.chatContent-2O4SXb .charCounterAdded-zz9O4t .channelTextArea-1VQBuV .scrollableContainer-15eg7h {
border-radius: var(--main-textarea-radius) var(--main-textarea-radius) 0 0;
}
.chatContent-2O4SXb .charCounterAdded-zz9O4t .channelTextArea-1deLlK .scrollableContainer-15eg7h.hasConnectedBar-1vN2JH {
.chatContent-2O4SXb .charCounterAdded-zz9O4t .channelTextArea-1VQBuV .scrollableContainer-15eg7h.hasConnectedBar-1vN2JH {
border-radius: 0;
}
.chatContent-2O4SXb .counter-uAzbKp {
Expand Down Expand Up @@ -6942,7 +6942,7 @@ div[role=radiogroup].group-LWHoGI {
.wrapper-30-Nkg .dot-KVehus {
margin: 0 4px;
}
.wrapper-30-Nkg .channelTextArea-1deLlK .scrollableContainer-15eg7h {
.wrapper-30-Nkg .channelTextArea-1VQBuV .scrollableContainer-15eg7h {
background-color: var(--input-color-alt);
border-radius: var(--main-textarea-radius);
}
Expand Down

0 comments on commit 9ada447

Please sign in to comment.