diff --git a/gui/assets/css/overrides.css b/gui/assets/css/overrides.css index fd49d7cc6..e7afc2f52 100644 --- a/gui/assets/css/overrides.css +++ b/gui/assets/css/overrides.css @@ -39,8 +39,8 @@ ul+h5 { .panel-title { position: relative; - text-overflow:ellipsis; - overflow:hidden; + text-overflow: ellipsis; + overflow: hidden; } identicon { @@ -205,3 +205,15 @@ ul.three-columns li, ul.two-columns li { padding-left: 0.5em; text-indent: -0.5em; } + +/** Footer nav on small devices **/ + +@media (max-width: 767px) { + body { + padding-bottom: 0; + } + + .navbar-fixed-bottom { + position: static; + } +} \ No newline at end of file diff --git a/gui/index.html b/gui/index.html index 3512b8c24..3fca0e5fc 100644 --- a/gui/index.html +++ b/gui/index.html @@ -398,14 +398,14 @@ -