mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 06:31:13 +08:00
post read-state icon alignment
This commit is contained in:
parent
17087eff2a
commit
1c65969bb4
@ -870,11 +870,11 @@ span.highlighted {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.read-state {
|
.read-state {
|
||||||
color: $tertiary-medium;
|
|
||||||
// We use absolute positioning here because we want it to display in the padding
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
// We use absolute positioning here because we want it to display in the padding
|
||||||
|
align-self: center;
|
||||||
|
color: $tertiary-medium;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 2em;
|
|
||||||
font-size: 0.571em;
|
font-size: 0.571em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user