hiding mobile pwa on standalone

This commit is contained in:
zmeyer44 2023-10-15 00:26:14 -04:00
parent 859456aa85
commit 06875d47a4

View File

@ -66,7 +66,7 @@
padding-bottom: 20px; padding-bottom: 20px;
} }
.standalone-hide { .standalone-hide {
display: none; display: none !important;
} }
} }
} }