mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
UX: de-emphasize time gaps a bit
This commit is contained in:
parent
6d2b85d5e5
commit
ae52f445c9
1 changed files with 6 additions and 0 deletions
|
@ -341,6 +341,12 @@ table.md-table {
|
|||
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 {
|
||||
.post-info.whisper {
|
||||
margin-left: 0.5em;
|
||||
|
|
Loading…
Reference in a new issue