mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
re-style read-state indicator
This commit is contained in:
parent
3405253405
commit
78378c7ade
@ -51,7 +51,7 @@ h1 .topic-statuses .topic-status i {
|
|||||||
|
|
||||||
.reply-to-tab {
|
.reply-to-tab {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 375px;
|
right: 350px;
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
padding: 13px 6px 5px;
|
padding: 13px 6px 5px;
|
||||||
border-top: 1px solid scale-color-diff();
|
border-top: 1px solid scale-color-diff();
|
||||||
@ -1083,10 +1083,10 @@ span.highlighted {
|
|||||||
|
|
||||||
.read-state {
|
.read-state {
|
||||||
color: scale-color($tertiary, $lightness: 50%);
|
color: scale-color($tertiary, $lightness: 50%);
|
||||||
float: right;
|
position: absolute;
|
||||||
margin-right: 10px;
|
right: 0px;
|
||||||
margin-top: 1px;
|
top: 13px;
|
||||||
font-size: 10px;
|
font-size: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.read-state.read {
|
.read-state.read {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user