From: Thomas Citharel Date: Sun, 13 Sep 2015 17:53:09 +0000 (+0200) Subject: A little more width for filter view X-Git-Tag: 2.0.0-alpha.0~1^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=1a5f7e2d88284419654057fda71e2b0be9b5439a;p=github%2Fwallabag%2Fwallabag.git A little more width for filter view --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css index 16ff2fe2..950d8b0e 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css @@ -941,7 +941,7 @@ pre code { #filter-form { position: fixed; - width: 15%; + width: 20%; height: 100%; top: 0; right: 0;