Skip to content

Commit

Permalink
Fixed major unthemed areas
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 31, 2023
1 parent e09c468 commit 2c18c91
Show file tree
Hide file tree
Showing 10 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "bd-scss build"
},
"dependencies": {
"@discordstyles/classes": "^0.0.13",
"@discordstyles/classes": "^0.0.15",
"bd-scss": "2.0.14"
},
"devDependencies": {
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/theme/sidebar/_category.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#app-mount .containerDefault-3TQ5YN {
.wrapper-1S43wv {
#app-mount .containerDefault__23a29 {
.wrapper__9c483 {
padding-right: 0;
}
.button-ejjZWC {
.button_afdfd9 {
padding: 0;
}
}
30 changes: 15 additions & 15 deletions src/theme/sidebar/_channel.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.wrapper-NhbLHG {
.wrapper__7bcde {
padding: 2px 0;

&::before {
Expand All @@ -17,61 +17,61 @@
z-index: 1;
}

&.modeMuted-2T4MDZ {
.icon-2W8DHg,
.iconContainer-21RCa3:has(path[d^='M21.025 5V4C21.025'])::before {
&.modeMuted__0aeea {
.icon_eff5d4,
.iconContainer__3f9b0:has(path[d^='M21.025 5V4C21.025'])::before {
background: var(--interactive-muted);
}
}
&.modeUnread-3Cxepe::before {
&.modeUnread_f74c03::before {
background: var(--pill-unread);
scale: 1 0.65;
opacity: 1;
}
&.modeSelected-3DmyhH {
&.modeSelected__487d6 {
&::before {
background: rgb(var(--accent));
scale: 1;
}
.link-1_kTxV {
.link__95dc0 {
background: var(--bg-interactive-high);
}
}
&:hover .link-1_kTxV {
&:hover .link__95dc0 {
background: var(--bg-interactive-high-hover);
}
}
.unread-36eUEm {
.unread__48cf4 {
display: none;
}
.link-1_kTxV {
.link__95dc0 {
border-radius: var(--rounded);
margin-left: 0;
margin-right: 0;
padding: 8px 8px 8px 16px;
cursor: var(--cursor);

.name-28HaxV {
.name__8d1ec {
font-weight: var(--font-weight-normal);
}

// Icons
.actionIcon-2sw4Sl,
.icon-2W8DHg {
.actionIcon_d679b5,
.icon_eff5d4 {
mask-size: cover;
mask-position: center;
background: var(--interactive-normal);
path {
display: none;
}
}
.iconBase-2G48Fc {
.iconBase_de0cd6 {
cursor: var(--cursor);
}
}

// Browser Channels
.wrapper-NhbLHG:has(+ .sectionDivider-189lqb) {
.wrapper__7bcde:has(+ .sectionDivider__68d2a) {
margin-top: 8px;
}
}
12 changes: 6 additions & 6 deletions src/theme/sidebar/_container.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#app-mount {
.sidebar-1tnWFu {
.sidebar_ded4b5 {
width: var(--channels-width);
background: var(--bg-alt);
border-right: 1px solid var(--border-mid);
box-sizing: border-box;
border-radius: var(--rounded) 0 0 0;
overflow: visible;
.scroller-1ox3I2 {
.scroller_f0f183 {
padding: 8px !important;
&::-webkit-scrollbar {
display: none;
Expand All @@ -15,17 +15,17 @@
padding-top: 0;
}
}
&.hidden-38rxp9 {
&.hidden__3ab58 {
display: none;
}
}
.content-yjf30S > li:last-child {
.content__23cab > li:last-child {
padding-bottom: 16px;
}
.container-1NXEtd {
.container__590e2 {
background: var(--bg-alt);
}
.sectionDivider-189lqb {
.sectionDivider__68d2a {
margin-top: 8px;
}
}
22 changes: 11 additions & 11 deletions src/theme/sidebar/_dms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
@use '../assets/mono';

#app-mount {
.privateChannels-oVe7HL {
.privateChannels__93473 {
background: transparent;
}
.scroller-WSmht3 {
.scroller__4b984 {
background: transparent;
padding: 8px 2px 8px 8px !important;
div[style='height: 8px;'] {
display: none;
}
}

.searchBar-3TnChZ {
.searchBar_e4ea2a {
height: var(--toolbar-height);
box-shadow: none;
border-bottom: 1px solid var(--border-mid);
Expand All @@ -25,18 +25,18 @@
}
}

.channel-1Shao0 {
.channel_c21703 {
max-width: unset;
margin: 0 0 4px 0;
padding: 0;

.layout-1LjVue {
.layout__59abc {
height: 48px;
padding: 0 18px;
cursor: var(--cursor);
}

.interactive-26HRN_ {
.interactive__776ee {
cursor: var(--cursor);
background: transparent;
&::before {
Expand All @@ -54,17 +54,17 @@
}
}

.content-66wMin {
.content_f767b8 {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

&:hover .interactive-26HRN_ {
&:hover .interactive__776ee {
background: var(--bg-interactive-high);
}
.selected-26oxtA {
.selected_d94cf9 {
background: var(--bg-interactive-high);
&::before {
height: var(--pill-height);
Expand All @@ -76,9 +76,9 @@
}
}

.link-39sEB3 {
.link__2e8e1 {
cursor: var(--cursor);
&[href='/channels/@me'] .linkButtonIcon-7rsZcu {
&[href='/channels/@me'] .linkButtonIcon__2f35b {
mask: url(mono.$people) center/cover;
background: var(--interactive-normal);
g {
Expand Down
24 changes: 12 additions & 12 deletions src/theme/sidebar/_header.scss
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
@use '../mixins';

#app-mount {
.sidebar-1tnWFu .content-yjf30S > div[style='height: 84px;'],
.sidebar-1tnWFu .content-yjf30S > div[style='height: 16px;'] {
.sidebar_ded4b5 .content__23cab > div[style='height: 84px;'],
.sidebar_ded4b5 .content__23cab > div[style='height: 16px;'] {
display: none;
}

.container-1-ERn5 {
.container__7c79d {
display: flex;
flex-direction: column-reverse;
}

.header-3OsQeK {
.header__104ca {
@include mixins.btn;
@include mixins.btnSecondary;
margin: 8px;
filter: none;
height: 42px;
transition: none;

.headerContent-2SNbie {
.headerContent_ee8727 {
flex: 1;
}
.headerChildren-2qV9P8 {
.headerChildren__7cd0b {
display: flex;
}

.guildIconContainer-3QvE6w {
.guildIconContainer_a995c7 {
display: none;
}
.name-3Uvkvr {
.name_c08dbc {
font-weight: var(--font-weight-normal);
max-width: calc(var(--channels-width) - 64px);
}
Expand All @@ -40,7 +40,7 @@
}

// Banner
.animatedContainer-2laTjx {
.animatedContainer__341f6 {
background: transparent;
height: var(--banner-height);
box-shadow: none;
Expand All @@ -50,7 +50,7 @@
opacity: 1 !important;
border-bottom: 1px solid var(--border-mid);
}
.bannerImage-ubW8K- {
.bannerImage__39c51 {
overflow: hidden;
width: 100%;
transform: none !important;
Expand All @@ -66,11 +66,11 @@
}

// Public tag
.communityInfoContainer-1dMVpU {
.communityInfoContainer__286d6 {
margin-top: 75px;
left: 0;
}
.communityInfoPill-2Mll66 {
.communityInfoPill_d3f445 {
border-radius: var(--rounded);
background: var(--bg-main);
}
Expand Down
4 changes: 2 additions & 2 deletions src/theme/sidebar/_nitrogoal.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#app-mount {
.container-2giAcK {
.container__4f639 {
margin: -8px 0 0 0;
}
.progressBar-2yl2pi {
.progressBar_db0972 {
background: linear-gradient(90deg, rgb(var(--accent), 0.5), rgb(var(--accent)));
}
}
Loading

0 comments on commit 2c18c91

Please sign in to comment.