From e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a Mon Sep 17 00:00:00 2001 From: Nicolas Danelon Date: Tue, 23 Jun 2015 11:03:11 -0300 Subject: filter input search responsive fixed (mobile) --- inc/shaarli.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'inc/shaarli.css') diff --git a/inc/shaarli.css b/inc/shaarli.css index fcd5c6a2..fe959646 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -222,7 +222,7 @@ h1 { } .tagfilter div.awesomplete { - width: inherit; + width: 20%; } .tagfilter #tagfilter_value { @@ -976,6 +976,11 @@ div.dailyNoEntry { @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px) { /* A few fixes for mobile devices (far from perfect). */ + + .tagfilter div.awesomplete { + width: 70%; + } + .nomobile { display: none; } -- cgit v1.2.3