Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lazuee authored Nov 15, 2023
1 parent 46edc57 commit 00ea567
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions discord/channel-list/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@
opacity: 0;
}

[class*="sidebar_"]:has([aria-label*="(server)"]):not(:focus-within) ul[aria-label="Channels"] div[aria-hidden="true"]:first-child {
height: 0 !important;
[class*="sidebar_"]:has([aria-label*="(server)"]):not(:focus-within) ul[aria-label="Channels"]:has(>div[style="height: 16px;"]) div[aria-hidden="true"]:first-child {
position: absolute;
transition: none !important;
}

Expand Down Expand Up @@ -409,8 +409,8 @@
opacity: 0;
}

[class*="sidebar_"]:has([aria-label*="(server)"]):not(:hover) ul[aria-label="Channels"] div[aria-hidden="true"]:first-child {
height: 0 !important;
[class*="sidebar_"]:has([aria-label*="(server)"]):not(:hover) ul[aria-label="Channels"]:has(>div[style="height: 16px;"]) div[aria-hidden="true"]:first-child {
position: absolute;
transition: none !important;
}

Expand Down

0 comments on commit 00ea567

Please sign in to comment.