diff options
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 7 |
1 files changed, 6 insertions, 1 deletions
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 { | |||
222 | } | 222 | } |
223 | 223 | ||
224 | .tagfilter div.awesomplete { | 224 | .tagfilter div.awesomplete { |
225 | width: inherit; | 225 | width: 20%; |
226 | } | 226 | } |
227 | 227 | ||
228 | .tagfilter #tagfilter_value { | 228 | .tagfilter #tagfilter_value { |
@@ -976,6 +976,11 @@ div.dailyNoEntry { | |||
976 | 976 | ||
977 | @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px) { | 977 | @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px) { |
978 | /* A few fixes for mobile devices (far from perfect). */ | 978 | /* A few fixes for mobile devices (far from perfect). */ |
979 | |||
980 | .tagfilter div.awesomplete { | ||
981 | width: 70%; | ||
982 | } | ||
983 | |||
979 | .nomobile { | 984 | .nomobile { |
980 | display: none; | 985 | display: none; |
981 | } | 986 | } |