diff --git a/views/index.php b/views/index.php index c9b96de..c6fa35f 100644 --- a/views/index.php +++ b/views/index.php @@ -106,7 +106,7 @@ Last Service - + diff --git a/views/partials/theme.php b/views/partials/theme.php index 36cfada..ed7ad9d 100644 --- a/views/partials/theme.php +++ b/views/partials/theme.php @@ -100,11 +100,17 @@ if ($themeSection === 'head'): #themeToggle { position: fixed; - top: 1rem; + top: calc(1rem + env(safe-area-inset-top)); right: 1rem; z-index: 50; } + @media (max-width: 640px) { + #themeToggle { + top: calc(4.75rem + env(safe-area-inset-top)); + } + } + #themeToggle:focus-visible { outline: 3px solid #2563eb; outline-offset: 2px; diff --git a/views/vehicle.php b/views/vehicle.php index d57aa5e..82422fa 100644 --- a/views/vehicle.php +++ b/views/vehicle.php @@ -28,13 +28,13 @@ -
+
- + -
+