Skip to content

Commit

Permalink
Fixes for server folders because of discord's new stack classes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTipson committed Dec 6, 2024
1 parent 010d089 commit ba78c8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/server-folders.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ ul[id^="folder"] /* opened server folder */{
position: absolute;
writing-mode: vertical-lr; /* prevent flex column jank */
height: max-content !important; /* prevent animation jank */
width: unset; /* override their stack class */
/* flex */
flex-direction: unset !important; /* override their stack class */
display: flex;
flex-wrap: wrap-reverse;
justify-content: space-around;
Expand Down

0 comments on commit ba78c8f

Please sign in to comment.