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 {
|
.read-state {
|
||||||
color: scale-color($tertiary, $lightness: 50%);
|
color: scale-color($tertiary, $lightness: 50%);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -2px;
|
right: 0px;
|
||||||
top: 13px;
|
top: 13px;
|
||||||
font-size: 0.571em;
|
font-size: 0.571em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue