mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 03:11:46 +00:00
Fix left column height on small screen (#370)
This commit is contained in:
parent
be7ce6ed62
commit
326bdec94a
1 changed files with 0 additions and 5 deletions
|
@ -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 a new issue