mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Update topic-post.scss
fix read state position
This commit is contained in:
parent
f79b2963fb
commit
ce067a404f
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ span.highlighted {
|
|||
.read-state {
|
||||
color: scale-color($tertiary, $lightness: 50%);
|
||||
position: absolute;
|
||||
right: -8px;
|
||||
right: -2px;
|
||||
top: 13px;
|
||||
font-size: 8px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue