Skip to content

Commit

Permalink
Sort of fixed chatbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 26, 2024
1 parent 62265a4 commit 6897288
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
35 changes: 25 additions & 10 deletions src/theme/chat/_textbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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);
Expand Down Expand Up @@ -127,3 +137,8 @@
}
}
}

// Remove halloween stuff
.decorativeLayer_efde15.decorativeLayerActive_efde15 {
display: none;
}
3 changes: 0 additions & 3 deletions src/theme/guilds/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
border: none;
}
}
& > ul[role='tree'] {
margin-bottom: var(--server-container);
}
}
.scroller_fea3ef {
background: var(--bg-main);
Expand Down

0 comments on commit 6897288

Please sign in to comment.