Skip to content

Commit

Permalink
Merge pull request #53 from mwittrien/patch-1
Browse files Browse the repository at this point in the history
Fix Plugin Comp.
  • Loading branch information
Gibbu authored Jul 11, 2024
2 parents 0215c87 + 0aa1fcf commit 60bb779
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/theme/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
}

// OnlineFriendCount by Zerethox
.friendsOnline-2JkivW {
.friendsOnline-2JkivWm, .friendsOnline_2JkivW {
position: absolute;
transform: translate(-50%, 50%);
top: calc(-50% + var(--server-spacing));
Expand All @@ -165,7 +165,7 @@
}

// Server Folders by DevilBro and BetterFolders by Juby210 & Lighty
.guilds_a4d4d9.content-Pph8t6,
.guilds_a4d4d9.content_Pph8t6,
.BF-folderSidebar {
position: absolute !important;
top: calc(var(--server-container) * 2) !important;
Expand All @@ -175,7 +175,7 @@
}

// ReadAllNotifications by DevilBro
.guilds_a4d4d9 .frame-oXWS21[class*='listItem'] {
.guilds_a4d4d9 .frame_oXWS21[class*='listItem'] {
height: var(--server-size) !important;
.wrapper__8436d {
height: 100% !important;
Expand All @@ -197,10 +197,10 @@
}

// ServerCounter by DevilBro
.serverCountWrap-k8F5De {
.serverCountWrap_k8F5De {
height: var(--server-size);
}
.serverCount-FsTTs1 {
.serverCount_FsTTs1 {
white-space: pre-line;
font-size: 12px;
display: flex;
Expand All @@ -220,7 +220,7 @@ html.platform-osx #app-mount {
}
}

body.foldercontentopened .base_a4d4d9 {
body.folderContentIsOpen_zz6FgW .base_a4d4d9 {
transition: 0.2s ease !important;
}

Expand Down

0 comments on commit 60bb779

Please sign in to comment.