]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixing popup form width issue on narrow width
authorJay Sitter <jsitter@gmail.com>
Fri, 31 Oct 2014 17:28:39 +0000 (13:28 -0400)
committerJay Sitter <jsitter@gmail.com>
Fri, 31 Oct 2014 17:28:39 +0000 (13:28 -0400)
themes/baggy/css/main.css

index 0170497583cd27572c6479a48eed4c31ff11b023..2ef354253d94dc5f086518c2d7d9d8ffb609a858 100755 (executable)
@@ -1053,8 +1053,15 @@ pre code {
     display: none;
   }
 
-  #bagit-form, #search-form {
+  .popup-form, #bagit-form, #search-form {
     left: 0;
+    width: 100%;
+  }
+
+  .popup-form form,
+  #bagit-form form,
+  #search-form form {
+    width: 100%;
   }
 }