UX: Fix bug with desktop widths < 1045px (#29)

This commit is contained in:
Penar Musaraj 2022-01-31 16:18:11 +01:00 committed by GitHub
parent 2fd7d5107f
commit 18793f633b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ $padding-basis: 0.75em;
.d-toc-main {
display: none;
width: 225px;
@media screen and (max-width: 1045px) {
.desktop-view & {
width: 150px;
}
}
border-left: 1px solid var(--primary-low);
box-sizing: border-box;
a {