Skip to content

Commit

Permalink
Other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 16, 2023
1 parent 7a2b871 commit 2586adf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/theme/app/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body,
}

// Remove wack ass box shadow from chat
.content-1jQy2l::before {
.content-18rAwf::before {
content: none;
}

Expand All @@ -36,7 +36,7 @@ html.theme-light {
padding: 16px;
color: #fff;
}
.container-YkUktl {
.container-1CH86i {
bottom: 81px !important;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/app/_scrollbars.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.members-3WRCEx,
.members-2y1nVj,
.peopleList-2VBrVI,
.sidebarRegionScroller-FXiQOh,
.contentRegionScroller-2_GT_N,
Expand Down
2 changes: 1 addition & 1 deletion src/theme/betterdiscord/plugins/_channeldms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
border: 1px solid var(--border);
border-radius: 0;
width: var(--channeldms-popout-width);
.chatContent-3KubbW {
.chatContent-2O4SXb {
margin-top: -48px;
height: 609px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/betterdiscord/plugins/_membercount.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.membersWrap-3NUR2t.hasCounter .members-3WRCEx {
.membersWrap-3NUR2t.hasCounter .members-2y1nVj {
margin-top: 0;
padding-top: 48px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/chat/_threadsidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.container-3XgAHv {
border-radius: 0;
}
.chatContent-3KubbW {
.chatContent-2O4SXb {
border-radius: 0;
margin: 0;
background: var(--bg-primary);
Expand Down
2 changes: 1 addition & 1 deletion src/theme/sidebar/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

// User area
.container-YkUktl {
.container-1CH86i {
background: transparent;
padding: 0 16px;
height: 64px;
Expand Down

0 comments on commit 2586adf

Please sign in to comment.