aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-09-13 19:53:09 +0200
committerThomas Citharel <tcit@tcit.fr>2015-09-13 19:53:09 +0200
commit1a5f7e2d88284419654057fda71e2b0be9b5439a (patch)
tree9cd57b48d5a4c5ec7952ba02736c8209f1c95c69 /src
parent5e98404dfb701ca6653241496205f828952540db (diff)
downloadwallabag-1a5f7e2d88284419654057fda71e2b0be9b5439a.tar.gz
wallabag-1a5f7e2d88284419654057fda71e2b0be9b5439a.tar.zst
wallabag-1a5f7e2d88284419654057fda71e2b0be9b5439a.zip
A little more width for filter view
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css2
1 files changed, 1 insertions, 1 deletions
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 {
941 941
942#filter-form { 942#filter-form {
943 position: fixed; 943 position: fixed;
944 width: 15%; 944 width: 20%;
945 height: 100%; 945 height: 100%;
946 top: 0; 946 top: 0;
947 right: 0; 947 right: 0;