Skip to content

Commit d632129

Browse files
noscript
1 parent a4945d2 commit d632129

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/documentation/templates/page.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@
1414
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Murecho:[email protected]&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" as="style">
1515
<link href="https://fonts.googleapis.com/css2?family=Murecho:[email protected]&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
1616
REPLACE_CUSTOM
17+
<noscript>
18+
<style>
19+
html > body > header > nav:first-of-type > div:last-of-type,
20+
html > body > main > div:first-of-type > nav:last-of-type > div > div,
21+
html > body > main > footer > div {
22+
display: none;
23+
}
24+
html > body > header > nav:first-of-type > :nth-child(2):not(a) {
25+
left: 100% !important;
26+
translate: calc(-15px - 100%) !important;
27+
width: max-content;
28+
@media(max-width: 700px) {
29+
translate: calc(-30px - 100%) !important;
30+
}
31+
}
32+
</style>
33+
</noscript>
1734
</head>
1835
<body style="--hc: 0"><script>0</script>
1936
<header>

0 commit comments

Comments
 (0)