Skip to content

Commit

Permalink
#208 Additional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TakosThings committed Feb 14, 2023
1 parent 74a7764 commit 2409195
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
color: $TextFillColorSecondary;
}
// Can't detect if Spotify is playing or not, so just use default icons by plugin
.contents-3ca1mk{
.contents-3NembX{
display: block !important; // Override plugin CSS
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/modules/main/chat/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
color: $TextFillColorPrimary;
}
}
.contents-3ca1mk{
.contents-3NembX{
display: none;
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/modules/settings/_user_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
}

// Override the reveal button
.button-ejjZWC.lookLink-15mFoz{
.button-ejjZWC.lookLink-13iF2K{
min-width: unset;
padding: 0 0 0 4px;
background-color: unset;
border: unset;
.contents-3ca1mk{
.contents-3NembX{
color: $AccentLight3;
&:hover{
text-decoration: underline;
Expand Down Expand Up @@ -229,7 +229,7 @@
&.emojiButtonHovered-s44uQ8::before{
color: $TextFillColorPrimary;
}
.contents-3ca1mk{
.contents-3NembX{
display: none;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ui/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
color: $TextFillColorPrimary;
&:hover{
background-color: $ControlFillColorSecondary;
.contents-3ca1mk{
.contents-3NembX{
background-image: none;
}
}
Expand Down

0 comments on commit 2409195

Please sign in to comment.