more noticable new comment indicator

This commit is contained in:
keyan 2023-08-06 14:31:24 -05:00
parent c606510930
commit d661c70f16
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@
.notification {
position: absolute;
padding: 2px;
padding: 3px;
background-color: var(--bs-info);
top: -1px;
right: -3px;
top: -3px;
right: -4px;
border: 1px solid var(--bs-body-bg);
}