From f57ee79d19288717a9b5cf2daf68f79d550ce4cf Mon Sep 17 00:00:00 2001
From: Flancian <0@flancia.org>
Date: Mon, 1 Mar 2021 00:41:38 +0100
Subject: [PATCH] Some CSS fixes.
---
app/static/css/screen-dark.css | 18 ++++++++---
app/templates/base.html | 55 +++++++++++++++++-----------------
2 files changed, 41 insertions(+), 32 deletions(-)
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 @@
-
-
+