From 3e08ed1e26d75106eff6513d762c7b58e1cd8803 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 29 Jun 2016 12:15:33 +0200 Subject: [PATCH] fix lopsided bottom bar --- customize.dist/BottomBar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/BottomBar.html b/customize.dist/BottomBar.html index ae8ae757c..f755f92d9 100644 --- a/customize.dist/BottomBar.html +++ b/customize.dist/BottomBar.html @@ -53,7 +53,7 @@ } .bottom-bar-openpaas { top: 3px; - max-width: 120px; + max-width: 100px; }