mirror of
https://github.com/Juicysteak117/pghrt.git
synced 2025-12-21 15:35:25 +00:00
correcting target values for mobile
This commit is contained in:
@@ -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; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user