diff --git a/assets/css/main.css b/assets/css/main.css index cdec0065f..be3e57be7 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -934,8 +934,8 @@ html.dark { justify-content: space-between; } -.tw-gap-1 { - gap: 0.25rem; +.tw-gap-2 { + gap: 0.5rem; } .tw-overflow-x-auto { @@ -975,10 +975,6 @@ html.dark { padding: 0px; } -.tw-p-1 { - padding: 0.25rem; -} - .tw-p-4 { padding: 1rem; } @@ -1010,11 +1006,6 @@ html.dark { line-height: 2rem; } -.tw-text-base { - font-size: 1rem; - line-height: 1.5rem; -} - .tw-uppercase { text-transform: uppercase; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 97743a329..bb8970caa 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -82,22 +82,22 @@ {{- partial "footer.html" . -}} -
+
{{- /* top button */ -}} - + {{ partial "plugin/fontawesome.html" (dict "Style" "solid" "Icon" "arrow-up") }} {{/* toc dialog button */}} {{- if .Page.Scratch.Get "enableTocDialog" -}} - {{- end -}} {{- /* comment button */ -}} {{- if .Page.Scratch.Get "enableComment" -}} - + {{ partial "plugin/fontawesome.html" (dict "Style" "solid" "Icon" "comment") }} {{- end -}}