Prevent time link from overlapping too much

This commit is contained in:
Lim Chee Aun 2023-10-15 19:52:33 +08:00
parent 57dead7960
commit 32b72f9297

View file

@ -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;