Merge branch 'fix/mobile-layout' into 'develop'

Fix big gap between panel switcher and column body on mobile

See merge request pleroma/pleroma-fe!177
fix/status-heading-alignment-issues
Shpuld Shpludson 7 years ago
commit f50aed3a63

@ -22,6 +22,7 @@ h4 {
min-height: 100vh;
max-width: 980px;
background-color: rgba(0,0,0,0.15);
align-content: flex-start;
}
.text-center {

Loading…
Cancel
Save