UX: de-emphasize time gaps a bit
This commit is contained in:
parent
6d2b85d5e5
commit
ae52f445c9
|
@ -341,6 +341,12 @@ table.md-table {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* hide the reply border above the time gap notices */
|
||||||
|
.time-gap + .topic-post .topic-body,
|
||||||
|
.time-gap + .topic-post .topic-avatar {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
.whisper {
|
.whisper {
|
||||||
.post-info.whisper {
|
.post-info.whisper {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
|
|
Loading…
Reference in New Issue