Skip to content

Commit

Permalink
fix(theme): update to new discord css classes
Browse files Browse the repository at this point in the history
  • Loading branch information
D3SOX committed Oct 26, 2023
1 parent 6fc6de1 commit fd45826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
--si-default: url(https://minidiscordthemes.github.io/SettingsIcons/svg/default.svg);
}

.sidebarRegion-1VBisG {
.sidebarRegion__60457 {
flex-basis: calc(218px + (var(--use-si) * (var(--si-size) + var(--si-gap)))) !important;
}

// User settings
.sidebar-nqHbhN {
.sidebar__9e3e2 {
width: calc(218px + (var(--use-si) * (var(--si-size) + var(--si-gap)))) !important;

:is(
Expand All @@ -33,7 +33,7 @@
}

// Settings tab
.side-1lrxIh .item-2GWPIy {
.side_b4b3f6 .item__48dda {
display: flex;
align-items: center;

Expand Down

0 comments on commit fd45826

Please sign in to comment.