Skip to content

Commit

Permalink
DiscordReimagined: various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed May 23, 2024
1 parent ffe027a commit 3f28b8d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/DiscordReimagined/scss/concrete/_channellist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

// Channels
.scroller__1f498 {
.scrollerBase_f742b2 {
padding-left: $side-margin;
padding-right: $side-margin !important;

Expand Down
6 changes: 6 additions & 0 deletions themes/DiscordReimagined/scss/concrete/_dmslist.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// DMs list in sidebar
.privateChannels__9b518 {
@at-root .searchBar__621ec {
height: var(--channellist-header-height);
}
}
2 changes: 1 addition & 1 deletion themes/DiscordReimagined/scss/concrete/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
&::before {
display: none;
}
.chatContent_f087cb::before {
@at-root :is(.chatContent_f087cb, .container_b92032)::before {
content: "";
position: absolute;
display: block;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @import url("https://discordstyles.github.io/HorizontalServerList/HorizontalServerList.theme.css");

// HSL unread pips
#app-mount .guilds__2b93a [class*="pill"] {
#app-mount#app-mount .guilds__2b93a [class*="pill"] {
transform: rotate(270deg) translateY(50%);
top: unset !important;
bottom: calc(var(--server-size) / -1 + var(--server-size) / 2 - 8px);
Expand Down
1 change: 1 addition & 0 deletions themes/DiscordReimagined/scss/concrete/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@forward "./channellist";
@forward "./dmslist";
@forward "./header";
@forward "./horizontalserverlist";
@forward "./memberslist";
Expand Down

0 comments on commit 3f28b8d

Please sign in to comment.