Merge branch 'main', commit 'refs/pull/58/head' of https://github.com/MathMan05/JankClient
This commit is contained in:
commit
687193b041
1 changed files with 11 additions and 1 deletions
|
@ -1035,7 +1035,17 @@ span {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cunread {
|
.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 {
|
.servernoti {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue