mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Neat trick to expand click area
This commit is contained in:
parent
45950da714
commit
be83ca7358
1 changed files with 7 additions and 0 deletions
|
@ -749,6 +749,13 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
.updates-button .icon {
|
.updates-button .icon {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
@media (pointer: coarse) {
|
||||||
|
.updates-button:after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
inset: -16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* BOX */
|
/* BOX */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue