forked from wallabag/wallabag
Removing left border on popup forms on mobile widths
This commit is contained in:
@ -1056,6 +1056,7 @@ pre code {
|
||||
.popup-form, #bagit-form, #search-form {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
.popup-form form,
|
||||
|
||||
Reference in New Issue
Block a user