From 0fa08eb9c5b09ee51cf960e1122e8a2f180ff3a5 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Wed, 9 Apr 2025 22:18:08 +0200 Subject: [PATCH] added shipping note service worker --- .../WarehouseShippingNote/WarehouseShippingNote.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/js/pages/WarehouseShippingNote/WarehouseShippingNote.css b/public/js/pages/WarehouseShippingNote/WarehouseShippingNote.css index 42161f11b..ef0ee795b 100644 --- a/public/js/pages/WarehouseShippingNote/WarehouseShippingNote.css +++ b/public/js/pages/WarehouseShippingNote/WarehouseShippingNote.css @@ -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; + } +} \ No newline at end of file