]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/shaarli.css
fix no javascript
[github/shaarli/Shaarli.git] / inc / shaarli.css
index fcd5c6a2b436944ee74f31a9f19019eb51b41873..0a106c5d158cc82c3482a3a8cc8cf0f4b9ca32c4 100644 (file)
@@ -221,12 +221,7 @@ h1 {
     margin-left:24px;
 }
 
-.tagfilter div.awesomplete {
-    width: inherit;
-}
-
 .tagfilter #tagfilter_value {
-    width: 100%;
     display: inline;
 }
 
@@ -976,6 +971,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;
     }