mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 00:21:28 +00:00
Fix container height on small screens
This commit is contained in:
parent
9671079b95
commit
dfbf490a45
|
@ -33,6 +33,10 @@
|
|||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.post {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.post__preview {
|
||||
padding: .8em 1.5em;
|
||||
border: 1px solid $grey;
|
||||
|
|
Loading…
Reference in a new issue