diff options
| author | Shpuld Shpludson <shp@cock.li> | 2017-11-25 09:11:34 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2017-11-25 09:11:34 +0000 |
| commit | f50aed3a63c69ffa2f77aafb06a9d9e008e97cf3 (patch) | |
| tree | 4cfdc2ef8eed85e77f846d5c70d6a8ff3420177c | |
| parent | 527cc8358abcae5c83f3e1e73517a549f5a61ee0 (diff) | |
| parent | 326859464ca9fb2a7c9f2b4cc34f79e806776593 (diff) | |
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
| -rw-r--r-- | src/App.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 4146e68b..95a653ce 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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 { |
