Fix left column height on small screen (#370)
This commit is contained in:
parent
be7ce6ed62
commit
326bdec94a
|
@ -1549,11 +1549,6 @@ form .post {
|
|||
|
||||
@media (max-width: 920px),
|
||||
(display-mode: standalone) {
|
||||
div.columns {
|
||||
height: calc(100vh - 50px);
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.left-column {
|
||||
margin: var(--md-header-height) var(--md-sidebar-width) 0 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue