FIX: reduce iPad app nav padding

This commit is contained in:
Penar Musaraj 2019-05-09 10:25:22 -04:00
parent c06b00a54e
commit 2a45933ff2

View File

@ -69,6 +69,7 @@ body.footer-nav-ipad {
top: 0px;
background-color: $header_background;
z-index: z("ipad-header-nav");
padding-bottom: 0; // resets safe-area-inset-bottom
}
&.docked .d-header {