From cc2aede0c79ffab0ea6ece346225095a85377269 Mon Sep 17 00:00:00 2001 From: Kira Date: Thu, 9 Feb 2023 18:51:35 +0000 Subject: Update sidebar id --- templates/template.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/template.html.j2 b/templates/template.html.j2 index b0bf62c..f80155d 100755 --- a/templates/template.html.j2 +++ b/templates/template.html.j2 @@ -33,7 +33,7 @@ - + {{image[0]}} -- cgit v1.2.3 From 655895f25c78fe7e0750e89c1e1d79fd2f7a29ef Mon Sep 17 00:00:00 2001 From: Kira Date: Thu, 9 Feb 2023 18:51:46 +0000 Subject: Update styling to fix sidebar --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 32dc92d..4a47ea7 100755 --- a/static/style.css +++ b/static/style.css @@ -125,6 +125,10 @@ aside { font-size: xx-small; } +#sidebarImage { + transform: translateX(10px); +} + .header_linker { font-size: x-small; } -- cgit v1.2.3