mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +03:00
Make tap target larger for status context menu
This commit is contained in:
parent
06548bbbfc
commit
61fc19a29e
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue