mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +02:00
Implement time gap indicators
Get rid of short human times (1m, 1h, 1d) for now
This commit is contained in:
@@ -369,6 +369,24 @@
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.time-gap {
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
color: @fl-body-muted-color;
|
||||
margin-top: 60px;
|
||||
margin-bottom: 60px;
|
||||
padding-left: 90px;
|
||||
border-top: 1px solid @fl-body-secondary-color;
|
||||
font-size: 12px;
|
||||
|
||||
& span {
|
||||
float: left;
|
||||
background: #fff;
|
||||
margin-top: -9px;
|
||||
margin-left: -10px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.post-preview {
|
||||
color: @fl-body-muted-color;
|
||||
|
Reference in New Issue
Block a user