Merge branch 'main', commit 'refs/pull/58/head' of https://github.com/MathMan05/JankClient

This commit is contained in:
MathMan05 2024-09-05 15:30:53 -05:00
commit 687193b041

View file

@ -1035,7 +1035,17 @@ span {
}
.cunread {
box-shadow: inset .024in 0 var(--primary-text);
position: relative;
}
.cunread:after {
content: '';
position: absolute;
top: .13in;
left: -.082in;
height: .075in;
width: .075in;
background: var(--primary-text);
border-radius: 50%;
}
.servernoti {