UX: Tweak the "new" badge size, position, color (#16168)

This commit is contained in:
Jarek Radosz 2022-03-13 12:50:06 +01:00 committed by GitHub
parent 47319ad9b2
commit 44f7a61c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -192,10 +192,10 @@
&.new-topic::before { &.new-topic::before {
content: ""; content: "";
background: var(--tertiary-high); background: var(--tertiary-med-or-tertiary);
display: inline-block; display: inline-block;
height: 0.4em; height: 8px;
width: 0.4em; width: 8px;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -55,9 +55,10 @@
.badge-notification { .badge-notification {
position: relative; position: relative;
top: -2px; top: -2px;
&.new-topic { &.new-topic {
top: -1px; top: -1px;
padding-left: 5px; padding-left: 2px;
} }
} }