diff --git a/app/static/css/screen-dark.css b/app/static/css/screen-dark.css
index 733df8bae..220bb4408 100644
--- a/app/static/css/screen-dark.css
+++ b/app/static/css/screen-dark.css
@@ -50,22 +50,32 @@ nav { font-family: sans-serif}
.navigation {
width: 100%;
vertical-align: middle;
- height: 70px;
+ overflow-y: auto;
+ margin-bottom: 10px;
}
+
+/*
@media screen and (min-width: 900px) {
.navigation {
width: 100%;
vertical-align: middle;
- height: 30px;
+ overflow-y: auto;
}
}
-
+*/
.navigation-item {
}
.mini-cli {
- width: 300px;
+ width: 350px;
+ height: 20px;
+ line-height: 20px;
+}
+
+.mini-search {
+ padding-bottom: 10px;
+ border-bottom: 1px solid grey;
}
.node, .context, .stoa {
diff --git a/app/templates/base.html b/app/templates/base.html
index f1b24b52f..9f5a88d1b 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -29,8 +29,7 @@
-
-
+