mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 06:09:21 +01:00
Prevent time link from overlapping too much
This commit is contained in:
parent
57dead7960
commit
32b72f9297
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@
|
||||||
.status > .container > .meta a.time:after {
|
.status > .container > .meta a.time:after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: -16px;
|
inset: -16px -16px -8px;
|
||||||
}
|
}
|
||||||
.status > .container > .meta .reply-to {
|
.status > .container > .meta .reply-to {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|
Loading…
Reference in a new issue