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:
parent
344c8f6b5c
commit
ad2b61db80
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user