From 55fd9da512d29d6d38988c69b8941486aec046c1 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 13 Mar 2021 13:31:42 +0100 Subject: [PATCH] Add distinctive icons to different sections --- app/static/css/screen-dark.css | 2 +- app/templates/base.html | 15 ++++++++++----- app/templates/context.html | 2 +- app/templates/links.html | 4 ++-- app/templates/node.html | 8 ++++---- app/templates/stoa.html | 2 +- 6 files changed, 19 insertions(+), 14 deletions(-) diff --git a/app/static/css/screen-dark.css b/app/static/css/screen-dark.css index 6b61b21d6..bf617c4d5 100644 --- a/app/static/css/screen-dark.css +++ b/app/static/css/screen-dark.css @@ -86,7 +86,7 @@ input[type="text"] { display: block; vertical-align: middle; overflow-y: auto; - margin-bottom: 10px; + margin: 10px; width: auto; } diff --git a/app/templates/base.html b/app/templates/base.html index 336b69da3..b742240c6 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -79,15 +79,20 @@ + + +
diff --git a/app/templates/context.html b/app/templates/context.html index bd84c61af..7b17033bc 100644 --- a/app/templates/context.html +++ b/app/templates/context.html @@ -1,5 +1,5 @@
- Context for [[{{node}}]] ↓
+ ⥱ context
{% include "links.html" %} diff --git a/app/templates/links.html b/app/templates/links.html index 4e64d8836..35c5c2085 100644 --- a/app/templates/links.html +++ b/app/templates/links.html @@ -15,7 +15,7 @@ -->