mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
read-state dot can't overflow, shift left
This commit is contained in:
@@ -973,7 +973,7 @@ span.highlighted {
|
||||
.read-state {
|
||||
color: scale-color($tertiary, $lightness: 50%);
|
||||
position: absolute;
|
||||
right: -2px;
|
||||
right: 0px;
|
||||
top: 13px;
|
||||
font-size: 0.571em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user