mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-10 17:05:26 +00:00
Removing left border on popup forms on mobile widths
This commit is contained in:
parent
344c8f6b5c
commit
ad2b61db80
1 changed files with 1 additions and 0 deletions
|
@ -1056,6 +1056,7 @@ pre code {
|
|||
.popup-form, #bagit-form, #search-form {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
.popup-form form,
|
||||
|
|
Loading…
Reference in a new issue