mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:31:56 +08:00
read-state dot can't overflow, shift left
This commit is contained in:
parent
33aad09672
commit
0af4d7cc20
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user