diff --git a/site/docs/4.4/examples/dashboard/dashboard.css b/site/docs/4.4/examples/dashboard/dashboard.css index 6b5d7b5a5a..2ca0a4e0eb 100644 --- a/site/docs/4.4/examples/dashboard/dashboard.css +++ b/site/docs/4.4/examples/dashboard/dashboard.css @@ -22,6 +22,13 @@ body { box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); } +@media (max-width: 767.98px) { + .sidebar { + top: 5rem; + } +} + + .sidebar-sticky { position: relative; top: 0; @@ -88,6 +95,11 @@ body { box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); } +.navbar .navbar-toggler { + top: 4px; + right: 4px; +} + .navbar .form-control { padding: .75rem 1rem; border-width: 0; diff --git a/site/docs/4.4/examples/dashboard/index.html b/site/docs/4.4/examples/dashboard/index.html index 836e29b367..998364ae3d 100644 --- a/site/docs/4.4/examples/dashboard/index.html +++ b/site/docs/4.4/examples/dashboard/index.html @@ -9,7 +9,10 @@ extra_js: ---