diff --git a/src/theme/chat/_textbox.scss b/src/theme/chat/_textbox.scss index 32fff8b..5053807 100644 --- a/src/theme/chat/_textbox.scss +++ b/src/theme/chat/_textbox.scss @@ -28,20 +28,24 @@ border-radius: var(--rounded); &:focus-within { background: var(--bg-content-alt); - .inner_d0696b::before { + .inner_bdf0de::before { height: 2px; background: var(--accent); } } } - .inner_d0696b::before { - content: ''; - width: 100vw; - height: 1px; - background: var(--textbox-underline); - bottom: 0; - position: absolute; - display: block; + .inner_bdf0de { + padding: 0; + &::before { + content: ''; + width: 100vw; + height: 1px; + background: var(--textbox-underline); + bottom: 0; + top: unset; + position: absolute; + display: block; + } } .sansAttachButton_d0696b:has(.attachWrapper_f298d4) { padding-left: 0; @@ -62,7 +66,13 @@ background: var(--interactive-active); } } - .scrollableContainer_d0696b { + .floatingBars_bdf0de { + display: none; + } + .channelAppLauncher_df39bd { + display: var(--fluent-chatbox-app-button, none); + } + .scrollableContainer_bdf0de { background: transparent; padding-right: 8px; border-radius: var(--rounded); @@ -127,3 +137,8 @@ } } } + +// Remove halloween stuff +.decorativeLayer_efde15.decorativeLayerActive_efde15 { + display: none; +} diff --git a/src/theme/guilds/_container.scss b/src/theme/guilds/_container.scss index b6f909c..3d4ef79 100644 --- a/src/theme/guilds/_container.scss +++ b/src/theme/guilds/_container.scss @@ -8,9 +8,6 @@ border: none; } } - & > ul[role='tree'] { - margin-bottom: var(--server-container); - } } .scroller_fea3ef { background: var(--bg-main);