Skip to content

Commit

Permalink
fix: class update
Browse files Browse the repository at this point in the history
  • Loading branch information
LofiTurtle committed Oct 30, 2024
1 parent 5ddec41 commit b2f3f20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions dark.mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,24 +261,24 @@ html.theme-dark .timeline-UWmgAx:hover .barFill-Dhkah7 {

/*chatbox recolour*/
.input-2g-os5,
.scrollableContainer_d0696b {
.scrollableContainer_bdf0de {
background-color: transparent !important;
transition: background-color 0.2s ease, border-color 0.2s ease;
outline: none;
}

.placeholder_a552a6.slateTextArea_e52116.fontSize16Padding_d0696b {
.placeholder_a552a6.slateTextArea_e52116.fontSize16Padding_bdf0de {
color: transparent !important;
}

html.theme-dark .input-2g-os5:hover,
html.theme-dark .scrollableContainer_d0696b:hover {
html.theme-dark .scrollableContainer_bdf0de:hover {
background-color: #00000023 !important;
}

/* attachedBars is the reply bar */
html.theme-dark .input-2g-os5:focus-within,
html.theme-dark .scrollableContainer_d0696b:focus-within {
html.theme-dark .scrollableContainer_bdf0de:focus-within {
background-color: #181a1d !important;
box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.2);
}
Expand Down Expand Up @@ -310,7 +310,7 @@ html.theme-dark .innerDisabled_d0696b .placeholder_a552a6::before {
}

/* Fix slight scroll when text box is empty */
.inner_d0696b {
.inner_bdf0de {
overflow: hidden !important;
}

Expand Down Expand Up @@ -3341,11 +3341,11 @@ html .channelTabs-newTab {
}

/*chat box reply fix*/
.hasConnectedBar_d0696b {
.hasStackedBar_bdf0de {
border-radius: 8px;
}

html.theme-dark .attachedBars_d0696b {
html.theme-dark .stackedBars_bdf0de {
padding: 10px;
margin: 20px 20px 10px 20px;
background: #181a1d;
Expand Down
12 changes: 6 additions & 6 deletions light.mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,23 +232,23 @@ html.theme-light .timeline-UWmgAx:hover .barFill-Dhkah7 {

/*chatbox recolour*/
.input-2g-os5,
.scrollableContainer_d0696b {
.scrollableContainer_bdf0de {
background-color: transparent !important;
transition: background-color 0.2s ease, border-color 0.2s ease;
outline: none;
}

.placeholder_a552a6.slateTextArea_e52116.fontSize16Padding_d0696b {
.placeholder_a552a6.slateTextArea_e52116.fontSize16Padding_bdf0de {
color: transparent !important;
}

html.theme-light .input-2g-os5:hover,
html.theme-light .scrollableContainer_d0696b:hover {
html.theme-light .scrollableContainer_bdf0de:hover {
background-color: #ffffff23 !important;
}

html.theme-light .input-2g-os5:focus-within,
html.theme-light .scrollableContainer_d0696b:focus-within {
html.theme-light .scrollableContainer_bdf0de:focus-within {
background-color: #e4e4e4 !important;
box-shadow: 0px 8px 18px rgba(255, 255, 255, 0.2);
}
Expand Down Expand Up @@ -3211,11 +3211,11 @@ html .channelTabs-newTab {
}

/*chat box reply fix*/
.hasConnectedBar_d0696b {
.hasStackedBar_bdf0de {
border-radius: 8px;
}

html.theme-light .attachedBars_d0696b {
html.theme-light .stackedBars_bdf0de {
padding: 10px;
margin: 20px 20px 10px 20px;
background: #e4e4e4;
Expand Down

0 comments on commit b2f3f20

Please sign in to comment.