aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy
diff options
context:
space:
mode:
authorJay Sitter <jsitter@gmail.com>2014-10-31 13:32:34 -0400
committerJay Sitter <jsitter@gmail.com>2014-10-31 13:32:34 -0400
commitad2b61db80afed1cc052befad6ff9456530938b1 (patch)
treee0402c661447a3f0e8c91967e4258db2219ba503 /themes/baggy
parent344c8f6b5c2636b74492956f53f3bc06dcb5c8d1 (diff)
downloadwallabag-ad2b61db80afed1cc052befad6ff9456530938b1.tar.gz
wallabag-ad2b61db80afed1cc052befad6ff9456530938b1.tar.zst
wallabag-ad2b61db80afed1cc052befad6ff9456530938b1.zip
Removing left border on popup forms on mobile widths
Diffstat (limited to 'themes/baggy')
-rwxr-xr-xthemes/baggy/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 2ef35425..4e3404c1 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -1056,6 +1056,7 @@ pre code {
1056 .popup-form, #bagit-form, #search-form { 1056 .popup-form, #bagit-form, #search-form {
1057 left: 0; 1057 left: 0;
1058 width: 100%; 1058 width: 100%;
1059 border-left: none;
1059 } 1060 }
1060 1061
1061 .popup-form form, 1062 .popup-form form,