diff --git a/www/assets/css/tablet.css b/www/assets/css/tablet.css index 9198f3b..21107d2 100644 --- a/www/assets/css/tablet.css +++ b/www/assets/css/tablet.css @@ -60,10 +60,26 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. .page[data-name="add"] .fab { margin-bottom: 0; } + + .sheet-backdrop.backdrop-in { + visibility: hidden; + } + + #package-info-sheet { + left: 25%; + width: 50%; + } } @media all and (min-width: 768px) and (min-height: 700px) { .margin-top-tablet { margin-top: 1rem; } +} + +@media all and (min-width: 1024px) { + #package-info-sheet { + left: 33%; + width: 33%; + } } \ No newline at end of file diff --git a/www/pages/map.html b/www/pages/map.html index 5ea7164..9a3b828 100644 --- a/www/pages/map.html +++ b/www/pages/map.html @@ -39,7 +39,7 @@ Done -