correcting target values for mobile

This commit is contained in:
Juicysteak117
2025-10-25 23:29:51 -07:00
parent 670a4e40ab
commit 67204fbb95

View File

@@ -92,8 +92,8 @@ body {
:target::before { :target::before {
display: block; display: block;
content: ""; content: "";
margin-top: -5vh; margin-top: -2vh;
height: 5vh; height: 2vh;
visibility: hidden; visibility: hidden;
pointer-events: none; pointer-events: none;
} }
@@ -262,6 +262,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{
#theme-toggle { top: 5vh; border-top: none;} #theme-toggle { top: 5vh; border-top: none;}
#font-toggle {top: calc(2 * var(--mobile-button)); } #font-toggle {top: calc(2 * var(--mobile-button)); }
.ltx_tocentry.ltx_tocentry_section > .ltx_ref:after { margin-right: 20px; } .ltx_tocentry.ltx_tocentry_section > .ltx_ref:after { margin-right: 20px; }
:target::before { margin-top: -5vh; height: 5vh; }
} }