UX: Fix layout issues in < 1035px wide windows (take 2) (#31)
This commit is contained in:
parent
18793f633b
commit
993303199b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue