diff options
-rw-r--r-- | inc/awesomplete.css | 3 | ||||
-rw-r--r-- | inc/shaarli.css | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/inc/awesomplete.css b/inc/awesomplete.css index 76f903f7..a7a8bc77 100644 --- a/inc/awesomplete.css +++ b/inc/awesomplete.css | |||
@@ -94,4 +94,5 @@ div.awesomplete li:hover mark { | |||
94 | div.awesomplete li[aria-selected="true"] mark { | 94 | div.awesomplete li[aria-selected="true"] mark { |
95 | background: hsl(86, 102%, 21%); | 95 | background: hsl(86, 102%, 21%); |
96 | color: inherit; | 96 | color: inherit; |
97 | } \ No newline at end of file | 97 | } |
98 | |||
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 | } |