]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/shaarli.css
filter input search responsive fixed (mobile)
[github/shaarli/Shaarli.git] / inc / shaarli.css
index fcd5c6a2b436944ee74f31a9f19019eb51b41873..fe959646bd082884bc075465c8f2ef831d678ce1 100644 (file)
@@ -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;
     }