mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 741436 - Long Press Menu on a Web App on about:apps needs to be consistently the same r=wesj
This commit is contained in:
parent
06836e9d32
commit
f1124b6d09
@ -31,6 +31,11 @@ html {
|
||||
.app img {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.app div {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#noapps {
|
||||
|
Loading…
Reference in New Issue
Block a user