X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fshaarli.css;h=0a106c5d158cc82c3482a3a8cc8cf0f4b9ca32c4;hb=504a42540946a55c0c7116119ef6ed7c5a91aa5f;hp=fcd5c6a2b436944ee74f31a9f19019eb51b41873;hpb=adb1d6c213e64f7a6f4559adbc4d1f69f5a74e62;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/shaarli.css b/inc/shaarli.css index fcd5c6a2..0a106c5d 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -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; }