UX: Fix layout issues in < 1035px wide windows (take 2) (#31)

This commit is contained in:
Penar Musaraj 2022-02-03 16:46:14 +01:00 committed by GitHub
parent 18793f633b
commit 993303199b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,10 @@ a.d-toc-close {
.container.posts .topic-navigation.with-topic-progress {
align-self: start;
}
#post_1 .topic-body {
float: none;
}
}
// core sets first child's top margin to 0