From 53198a82612bfdb24f2a2eb998d0c6f272c6f8cc Mon Sep 17 00:00:00 2001
From: Flancian <0@flancia.org>
Date: Sat, 27 Feb 2021 22:02:45 +0100
Subject: [PATCH] Fixed logo.
---
app/static/css/screen-dark.css | 7 ++++---
app/templates/base.html | 5 +++--
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/app/static/css/screen-dark.css b/app/static/css/screen-dark.css
index f48b0a6ea..427bab958 100644
--- a/app/static/css/screen-dark.css
+++ b/app/static/css/screen-dark.css
@@ -37,7 +37,7 @@ nav { font-family: sans-serif}
border: 1px solid #aacbe2; }
.error { background: #f0d6d6; padding: 0.5em; }
-.logo { filter: invert(1); vertical-align: center; width="20" height="20"; }
+.logo { filter: invert(1); vertical-align: middle; width="20" height="20"; }
.wikilink:before {
content: "[["
@@ -49,14 +49,15 @@ nav { font-family: sans-serif}
.navigation {
width: 100%;
- vertical-align: center;
+ vertical-align: middle;
+ height: 30px;
}
.navigation-item {
}
.mini-cli {
- width: 28%;
+ width: 530px;
}
.node, .context, .stoa {
diff --git a/app/templates/base.html b/app/templates/base.html
index 5b2e3acfd..53278a582 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -29,7 +29,7 @@
-
+