Merge branch 'Patching/improve' into 'master'

added shipping note service worker

See merge request fronk/thetool!1194
This commit is contained in:
Luca Haid
2025-04-09 20:18:21 +00:00

View File

@@ -194,3 +194,12 @@ input:disabled + .ios-switch-slider {
display:none;
}
@media all and (display-mode: standalone) {
#topnav {
display: none !important;
}
.wrapper {
padding-top: 0 !important;
}
}