mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 05:31:53 +02:00
Found the actual issue.
This commit is contained in:
parent
18c163c563
commit
85867e3f14
2 changed files with 2 additions and 2 deletions
|
@ -6871,7 +6871,7 @@ body:has(#menu-controller:checked) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.lg\:top-10 {
|
.lg\:top-10 {
|
||||||
top: 6rem;
|
top: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lg\:top-\[140px\] {
|
.lg\:top-\[140px\] {
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
{{ if or (and (.Params.showTableOfContents | default (.Site.Params.article.showTableOfContents | default false)) (in
|
{{ if or (and (.Params.showTableOfContents | default (.Site.Params.article.showTableOfContents | default false)) (in
|
||||||
.TableOfContents "<ul")) (.Site.Params.article.showRelatedPosts | default false) }} <div
|
.TableOfContents "<ul")) (.Site.Params.article.showRelatedPosts | default false) }} <div
|
||||||
class="order-first sm:max-w-prose lg:ml-auto px-0 lg:order-last lg:max-w-xs ltr:lg:pl-8 rtl:lg:pr-8">
|
class="order-first sm:max-w-prose lg:ml-auto px-0 lg:order-last lg:max-w-xs ltr:lg:pl-8 rtl:lg:pr-8">
|
||||||
<div class="toc ltr:pl-5 rtl:pr-5 print:hidden lg:sticky {{ if eq .Site.Params.header.layout " fixed" }}
|
<div class="toc ltr:pl-5 rtl:pr-5 print:hidden lg:sticky {{ if hasPrefix .Site.Params.header.layout "fixed" }}
|
||||||
lg:top-[140px] {{ else }} lg:top-10 {{ end }}">
|
lg:top-[140px] {{ else }} lg:top-10 {{ end }}">
|
||||||
|
|
||||||
{{ if and (.Params.showTableOfContents | default (.Site.Params.article.showTableOfContents | default false)) (in
|
{{ if and (.Params.showTableOfContents | default (.Site.Params.article.showTableOfContents | default false)) (in
|
||||||
|
|
Loading…
Add table
Reference in a new issue