1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-23 09:32:15 -05:00

Removing left border on popup forms on mobile widths

This commit is contained in:
Jay Sitter 2014-10-31 13:32:34 -04:00
parent 344c8f6b5c
commit ad2b61db80

View File

@ -1056,6 +1056,7 @@ pre code {
.popup-form, #bagit-form, #search-form { .popup-form, #bagit-form, #search-form {
left: 0; left: 0;
width: 100%; width: 100%;
border-left: none;
} }
.popup-form form, .popup-form form,