fixup! Updated popover rules to allow form inputs and added input submit for new File

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-02-28 13:09:11 +01:00
parent 3964616a9e
commit a7a3640224
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 6 additions and 0 deletions

View File

@ -888,10 +888,16 @@ kbd {
> input:not([type=radio]):not([type=checkbox]):not([type=image]) {
width: 150px;
}
form {
display: flex;
flex: 1 1 auto;
}
/* Inputs inside popover supports text, submit & reset */
input {
min-width: 34px;
max-height: 34px;
margin: 2px 0;
flex: 1 1 auto;
~ input {
margin-left: 5px;
}