Skip to content

Commit

Permalink
FIX: various responsive Discord forum bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenMan36 committed Dec 17, 2023
1 parent 10dd5dd commit 95f194c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions files/discord-mods/themes/responsive-discord.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name Greens Responsive Discord
* @author GreenMan36#0633
* @authorLink https://github.com/GreenMan36
* @version 17.12.23b
* @version 17.12.23c
* @description A theme that tries to make Discord's sidebars adapt when resizing your window.
*/

Expand All @@ -22,7 +22,7 @@
/* used for theme name and version, DO NOT TOUCH */
:root {
--theme-name: "Greens Responsive Discord";
--version: "17.12.23b";
--version: "17.12.23c";
}

/* these can be customized. just copy/paste the whole thing into your custom CSS and mess around with it. */
Expand Down Expand Up @@ -247,9 +247,9 @@ a.anchor-1MIwyf.anchorUnderlineOnHover-2qPutX.snowsgivingLink-1TZi3c {
margin-left: 128px;
}

/* force the browse channels text to not wrap around */
.name-28HaxV {
white-space: nowrap;
/* Fixes opened forum posts to not have margin */
[class^="content__"]:has(.threadSidebarFloating_b980c7) [class*="floating_"] [class^="chat__"] {
margin-left: unset;
}

div#channels:not(:hover) {
Expand Down Expand Up @@ -286,6 +286,7 @@ a.anchor-1MIwyf.anchorUnderlineOnHover-2qPutX.snowsgivingLink-1TZi3c {
right: 0;
/* fixes a weird bug that sometimes happens when doing a big paste in the textbox */
height: calc(100% - var(--member-bar-top-offset));
z-index: 101;
}

[class^="chatContainer__"] > [class^="chatContent__"]:not([aria-label=" (channel)"]) {
Expand Down

0 comments on commit 95f194c

Please sign in to comment.