diff --git a/pygeoapi/pygeoapi-skin-dashboard/static/css/default.css b/pygeoapi/pygeoapi-skin-dashboard/static/css/default.css index 33fc4fb7..12f87c0b 100644 --- a/pygeoapi/pygeoapi-skin-dashboard/static/css/default.css +++ b/pygeoapi/pygeoapi-skin-dashboard/static/css/default.css @@ -11,7 +11,7 @@ main { } .crumbs { - background-color:rgb(230, 230, 230); + padding-left: 12px; padding: 6px; } @@ -47,3 +47,18 @@ main { table:not(.horizontal) { max-height: none; } + +@media (max-width: 767px) { + .sidebar { + display: none; + visibility: hidden; + width: 0px; + } + .crumbs { + display: none !important; + } + a.nav-link { + margin: auto; + padding: 4px !important; + } +} diff --git a/pygeoapi/pygeoapi-skin-dashboard/static/css/sb.css b/pygeoapi/pygeoapi-skin-dashboard/static/css/sb.css index 712e56a3..fb61b429 100644 --- a/pygeoapi/pygeoapi-skin-dashboard/static/css/sb.css +++ b/pygeoapi/pygeoapi-skin-dashboard/static/css/sb.css @@ -10284,7 +10284,6 @@ a:focus { } .sidebar { - width: 6.5rem; min-height: 100vh; } diff --git a/pygeoapi/pygeoapi-skin-dashboard/templates/_base.html b/pygeoapi/pygeoapi-skin-dashboard/templates/_base.html index ea02d731..d925f5b8 100644 --- a/pygeoapi/pygeoapi-skin-dashboard/templates/_base.html +++ b/pygeoapi/pygeoapi-skin-dashboard/templates/_base.html @@ -29,19 +29,42 @@
+