Prevent time link from overlapping too much
This commit is contained in:
parent
57dead7960
commit
32b72f9297
|
@ -337,7 +337,7 @@
|
|||
.status > .container > .meta a.time:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: -16px;
|
||||
inset: -16px -16px -8px;
|
||||
}
|
||||
.status > .container > .meta .reply-to {
|
||||
opacity: 0.5;
|
||||
|
|
Loading…
Reference in a new issue