mirror of
https://github.com/jcreek/SelectionWheel.git
synced 2026-07-13 03:03:44 +00:00
fix(#6): Ensure install button is hidden when PWA cannot be installed
This commit is contained in:
@@ -27,4 +27,8 @@ text{
|
|||||||
top:50%;
|
top:50%;
|
||||||
-webkit-transform:translate(0,-50%);
|
-webkit-transform:translate(0,-50%);
|
||||||
transform:translate(0,-50%);
|
transform:translate(0,-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
#install-offline-app {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user