mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-27 17:28:39 +00:00
Fixing popup form width issue on narrow width
This commit is contained in:
parent
827bd1f899
commit
344c8f6b5c
1 changed files with 8 additions and 1 deletions
|
@ -1053,8 +1053,15 @@ pre code {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bagit-form, #search-form {
|
.popup-form, #bagit-form, #search-form {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-form form,
|
||||||
|
#bagit-form form,
|
||||||
|
#search-form form {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue