Skip to content

Commit 064dd64

Browse files
committed
fix home CSS
1 parent 676d37e commit 064dd64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/webpage/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ span.instanceStatus {
669669
}
670670
.servernoti,
671671
.home {
672-
position: relative;
672+
/* position: relative; */
673673
}
674674
.unread {
675675
position: absolute;
@@ -716,7 +716,7 @@ span.instanceStatus {
716716
/* border: 4px solid var(--servers-bg); */
717717
/* border-radius: 50%; */
718718
pointer-events: none;
719-
z-index: 10;
719+
z-index: 0;
720720
}
721721

722722
/* Channel Panel */

0 commit comments

Comments
 (0)