more noticable new comment indicator
This commit is contained in:
parent
c606510930
commit
d661c70f16
|
@ -9,10 +9,10 @@
|
||||||
|
|
||||||
.notification {
|
.notification {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 2px;
|
padding: 3px;
|
||||||
background-color: var(--bs-info);
|
background-color: var(--bs-info);
|
||||||
top: -1px;
|
top: -3px;
|
||||||
right: -3px;
|
right: -4px;
|
||||||
border: 1px solid var(--bs-body-bg);
|
border: 1px solid var(--bs-body-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue