Make tap target larger for status context menu

This commit is contained in:
Lim Chee Aun 2023-02-27 22:44:41 +08:00
parent 06548bbbfc
commit 61fc19a29e

View file

@ -144,6 +144,15 @@
.status > .container > .meta a.time:is(:hover, :focus) { .status > .container > .meta a.time:is(:hover, :focus) {
text-decoration: underline; text-decoration: underline;
} }
.status > .container > .meta a.time {
position: relative;
overflow: visible;
}
.status > .container > .meta a.time:after {
content: '';
position: absolute;
inset: -16px;
}
.status > .container > .meta .reply-to { .status > .container > .meta .reply-to {
opacity: 0.5; opacity: 0.5;
font-size: smaller; font-size: smaller;