logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 4e366f27a17f4f50282903b7190fb29452ee33dc
parent: 7429ff986fbe5b3e815a7ac5447e824dc43c51de
Author: Roger Braun <roger@rogerbraun.net>
Date:   Sat, 18 Feb 2017 13:02:50 +0100

Use percentages for main view flex-basis.

Diffstat:

Msrc/App.scss6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -243,13 +243,13 @@ nav { } .main { - flex: 2; - flex-basis: 500px; + flex: 1; + flex-basis: 65%; } .sidebar { flex: 1; - flex-basis: 300px; + flex-basis: 35%; } .mobile-shown {