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 Oct 18, 2023
1 parent 1dc7078 commit 7f55945
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions scss/main/_channels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
}

// Self button
.withTagAsButton-OsgQ9L,
.withTagless-10ooWt {
:is(.withTagAsButton-OsgQ9L, .withTagAsButton-2_JkHX),
:is(.withTagless-10ooWt, .withTagless-Lx3LMo) {
border-radius: 30px;
margin-bottom: 4px;
margin-right: 4px;
Expand Down
2 changes: 1 addition & 1 deletion scss/main/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@use "../top/box";

// Main chat
.chatContent-3KubbW {
:is(.chatContent-3KubbW, .chatContent-2O4SXb) {
.messagesWrapper-RpOMA3 {
margin-bottom: 4px;

Expand Down
2 changes: 1 addition & 1 deletion scss/main/_friends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

// Status indicator
.status-12NUUC {
:is(.status-12NUUC, .status-3gxJ3T) {
&[aria-label*="Online"] rect {
fill: var(--rs-online-color);
}
Expand Down
2 changes: 1 addition & 1 deletion scss/main/_members.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@use "../top/box";

// Members sidebar
.container-2o3qEW {
:is(.container-2o3qEW, .container-2vWgD2) {
position: relative;
margin: 0 $sidebar-spacing $sidebar-spacing 0;
height: auto;
Expand Down
4 changes: 2 additions & 2 deletions scss/main/_title.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use "../top/vars" as *;

// Top bar
.title-31SJ6t {
:is(.title-31SJ6t, .title-5wgnIa) {
// Search
.search-2Mwzzq .DraftEditor-root .DraftEditor-editorContainer {
height: 24px;
Expand All @@ -27,7 +27,7 @@
}

// Top bar shadow
.content-1jQy2l:before,
:is(.content-1jQy2l, .content-18rAwf):before,
.chat-1-OBC7:before {
display: none;
}
4 changes: 2 additions & 2 deletions scss/main/_titlebar.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use "../top/vars" as *;

// Windows title bar
.titleBar-1it3bQ {
:is(.titleBar-1it3bQ, .titleBar-3AIemB) {
.alignCenter-14kD11 {
border-radius: 0 0 $item-spacing $item-spacing;
}
Expand All @@ -24,6 +24,6 @@
}
}

.wordmark-2u86JB {
:is(.wordmark-2u86JB, .wordmark-3wYFg6) {
display: none;
}
4 changes: 2 additions & 2 deletions scss/overlay/layer/_thread.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
@use "../../top/box";

// Thread floater (narrow screens)
.chatTarget-3H6mpC {
:is(.chatTarget-3H6mpC, .chatTarget-1ROClP) {
background: transparentize($color-background, $amount: 0.2);
}

.floating-3M3WeH {
:is(.floating-3M3WeH, .floating-1T0kDs) {
margin: $sidebar-spacing;
@include box.blue;
}

0 comments on commit 7f55945

Please sign in to comment.