read-state dot can't overflow, shift left

This commit is contained in:
Jeff Atwood 2016-02-25 23:39:31 -08:00
parent 33aad09672
commit 0af4d7cc20

View File

@ -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;
}