Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Jul 7, 2023
1 parent cbd0fc1 commit 032e849
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Themes/Material-Discord/src/_selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@
.live-1V2D-f {
@extend %channelIconLive !optional;
}
.iconContainer-21RCa3 {
@extend %channelIconContainer !optional;
}
.name-28HaxV {
@extend %channelName !optional;
}
Expand Down
3 changes: 3 additions & 0 deletions Themes/Material-Discord/src/channels/_channels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@
}

%channelLink {
margin: 0 8px;
padding: 0;
background-color: transparent !important;
overflow: visible;

%channelLinkTop,
%channelContent {
min-height: 32px;
gap: 8px;
align-items: center;
}
}
Expand Down
7 changes: 4 additions & 3 deletions Themes/Material-Discord/src/channels/_channelsIcons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
*
*/

%channelIconContainer {
margin-right: 0;
}

%channelIcons {
&:not(:empty) {
height: 32px;
gap: 8px;
margin-top: 0;
margin-left: 8px;
margin-right: 8px;
align-items: center;
}
}
Expand Down

0 comments on commit 032e849

Please sign in to comment.