Skip to content

Commit

Permalink
make this right again?
Browse files Browse the repository at this point in the history
Looks better for me.
https://prnt.sc/nuix3kHt3aJo
  • Loading branch information
BabyBoySnow committed Oct 20, 2024
1 parent 2ab3892 commit 450dcd6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/injectors/ven/plugins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,22 @@
margin-top: 5px;
}

// SHOW HIDDEN CHANNELS
// SHOW HIDDEN CHANNELS
.shc-lock-screen-allowed-users-and-roles-container {
background-color: rgba(0, 0, 0, 0.8);
}

.shc-lock-screen-allowed-users-and-roles-container button {
background: $main-color;
background: transparent;
color: #fff;
border-radius: 10px;
z-index: 10;
&:hover {
background: $hover-color;
color: #fff;
border-radius: 10px;
z-index: 10;
}
}

Expand All @@ -71,9 +74,17 @@
position: relative;
background-color: transparent;
%emptyChannelRoleColor {
z-index: 10;
z-index: -1;
}
&:hover {
background-color: $hover-color;
}
}

.scroller_ccc074 {
background-color: rgba(0, 0, 0, 0.8);
}

/* Summaries in chat BETA */
.topicsPillContainer__2c107 {
background: rgba(0, 0, 0, 0.6);
Expand Down

0 comments on commit 450dcd6

Please sign in to comment.