Skip to content

Commit

Permalink
Bump to 2.0.3
Browse files Browse the repository at this point in the history
Fix hideUsers.css not working as intended
  • Loading branch information
B4T3S committed Oct 13, 2023
1 parent bd56d2b commit b8e41e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/_version.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.info-3pQQBb:last-child::after {
content: "Dark Neon Version 2.0.2";
content: "Dark Neon Version 2.0.3";
font-size: 12px;
line-height: 16px;
color: rgb(var(--rgb-highlight));
Expand Down
6 changes: 3 additions & 3 deletions src/hideUsers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--user-width: 240px;
}

.membersWrap-3NUR2t {
.container-2o3qEW {
transition-duration: var(--transition-time);
justify-content: unset;
min-width: unset;
Expand All @@ -15,11 +15,11 @@
transition-duration: var(--transition-time);
}

.membersWrap-3NUR2t:hover .membersGroup-2eiWxl{
.container-2o3qEW:hover .membersGroup-2eiWxl{
height: 40px;
}

.membersWrap-3NUR2t:hover {
.container-2o3qEW:hover {
width: var(--user-width);
}

Expand Down

0 comments on commit b8e41e8

Please sign in to comment.