logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 5a9f71c1efe79d7d58e0c5c2fd3562c017e052cb
parent: a97f6a64adae5efb9a154b08eba3158fe39b52f6
Author: lambadalambda <gitgud@rogerbraun.net>
Date:   Mon, 20 Feb 2017 05:59:38 -0500

Merge branch 'feature/mobile_timeline_fills_full_width' into 'develop'

Make timeline use full width on mobile

See merge request !23

Diffstat:

Msrc/App.scss8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -281,6 +281,14 @@ nav { .panel-switcher { display: flex; } + + .container { + padding: 0 0 0 0; + } + + .panel { + margin: 0.5em 0 0.5em 0; + } } .item.right {