mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:42:46 +08:00
Update topic-post.scss
fix read state position
This commit is contained in:
parent
f79b2963fb
commit
ce067a404f
|
@ -1019,7 +1019,7 @@ span.highlighted {
|
||||||
.read-state {
|
.read-state {
|
||||||
color: scale-color($tertiary, $lightness: 50%);
|
color: scale-color($tertiary, $lightness: 50%);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -8px;
|
right: -2px;
|
||||||
top: 13px;
|
top: 13px;
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user