UX: Hide TOC on mobile docs topics (#32)

This commit is contained in:
Penar Musaraj
2022-02-28 18:11:17 +01:00
committed by GitHub
parent 993303199b
commit 098d05f3d5
+3
View File
@@ -237,4 +237,7 @@ a.d-toc-close {
position: sticky;
top: calc(var(--header-offset, 60px) + 1em);
max-height: calc(100vh - 2em - var(--header-offset, 60px));
.mobile-view & {
display: none;
}
}