Skip to content

Commit

Permalink
Update classes with ClassUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 19, 2024
1 parent 6a8be04 commit 5f6eefc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
}

@container root style(--settingsicons: show) {
.sidebarRegion__36437 {
.sidebarRegion_c25c6d {
flex-basis: calc(218px + var(--si-size) + var(--si-gap)) !important;
}

// User settings
.sidebar__02e8d {
.sidebar_c25c6d {
width: calc(218px + var(--si-size) + var(--si-gap)) !important;

:is(
.item__48dda .icon_c69952,
.premiumLabel__68f78 > svg,
.premiumLabel__68f78 img,
.tabBarItemContainer__5d798 > svg,
.tabBarItemContainer__5d798 img
.item_a0 .icon_f7189e,
.premiumLabel_ae3c77 > svg,
.premiumLabel_ae3c77 img,
.tabBarItemContainer_e7c031 > svg,
.tabBarItemContainer_e7c031 img
) {
display: none;
}

// Settings tab
.side_b4b3f6 .item__48dda {
.side_a0 .item_a0 {
display: flex;
align-items: center;

Expand Down

0 comments on commit 5f6eefc

Please sign in to comment.