From 972d8031129a97e4beb06ed15eb5c29982384782 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 15 Jun 2022 23:50:14 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/scss/main.scss | 4 ++-- themes/buha/layouts/_default/baseof.html | 6 +++--- themes/buha/layouts/partials/layout/gen_list.html | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/buha/assets/scss/main.scss b/themes/buha/assets/scss/main.scss index be23b2f..1ee81dc 100644 --- a/themes/buha/assets/scss/main.scss +++ b/themes/buha/assets/scss/main.scss @@ -6,7 +6,7 @@ font-size: 120%; } -main { +.main { overflow-x: auto; width: 98vw; margin-left: auto; @@ -20,7 +20,7 @@ main { flex-direction: column; flex-grow: 1; } - .main { + .main_wrapper { display: flex; flex-direction: column; min-height: 60vh; diff --git a/themes/buha/layouts/_default/baseof.html b/themes/buha/layouts/_default/baseof.html index 97a4ad7..50a2602 100644 --- a/themes/buha/layouts/_default/baseof.html +++ b/themes/buha/layouts/_default/baseof.html @@ -8,9 +8,9 @@
-
+
{{ partial "snippets/banner" . -}} -
+
{{ if not .IsHome}} {{ end }} @@ -24,7 +24,7 @@
{{- partial "snippets/footer" . -}}
-
+ diff --git a/themes/buha/layouts/partials/layout/gen_list.html b/themes/buha/layouts/partials/layout/gen_list.html index 92ca6b9..1621b42 100644 --- a/themes/buha/layouts/partials/layout/gen_list.html +++ b/themes/buha/layouts/partials/layout/gen_list.html @@ -13,7 +13,7 @@ {{ if $p }} -
+
{{ if $title }}

{{ if $link }} @@ -151,5 +151,5 @@ {{ if .paginate }} {{ partial "snippets/paginator" (dict "paginator" $paginator) }} {{ end }} -

+ {{ end }}