Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Aug 8, 2024
1 parent 20091d6 commit b7dd81b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 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 @@ -6997,6 +6997,9 @@ pre {
.botText_a9e77f {
@extend %botText !optional;
}
.root_c83b44 {
@extend %roleRoot !optional;
}
.role_f9575e, .role_c6b11b {
@extend %role !optional;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
--button-height: 28px;
}

%popoutTranslate {
/*%popoutTranslate {
> %listPopoutContainer {
padding: 16px;
border-radius: var(--popout-radius-big);
}
}
}*/
4 changes: 4 additions & 0 deletions Themes/Material-Discord/src/popouts/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
}
}
}

%searchContainer {
margin: 12px;
}
}

body:active %listPopoutContainer:not(:active) {
Expand Down
11 changes: 9 additions & 2 deletions Themes/Material-Discord/src/popouts/_userPopout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,16 @@
}
}

%roleRoot {
> div:only-child {
%roleAddButton {
padding: 0 8px 0 4px;
}
}
}

%roleAddButton {
width: 28px;
height: 28px;
height: 28px;
padding: 0;

%buttonContents {
Expand Down

0 comments on commit b7dd81b

Please sign in to comment.