Neat trick to expand click area

This commit is contained in:
Lim Chee Aun 2023-02-25 01:49:40 +08:00
parent 45950da714
commit be83ca7358

View file

@ -749,6 +749,13 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
.updates-button .icon {
vertical-align: top;
}
@media (pointer: coarse) {
.updates-button:after {
content: '';
position: absolute;
inset: -16px;
}
}
/* BOX */