mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix: button alignment on mobile
This commit is contained in:
parent
f45daa9445
commit
76ddc09dba
@ -332,6 +332,14 @@ textarea,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width: 768px) {
|
||||||
|
.input-group-sm .btn-sm {
|
||||||
|
// accommodate larger font size on mobile
|
||||||
|
padding-top: .35rem;
|
||||||
|
padding-bottom: .35rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.input-group .form-control-sm {
|
.input-group .form-control-sm {
|
||||||
// accommodate larger font size on mobile
|
// accommodate larger font size on mobile
|
||||||
padding-top: .15rem;
|
padding-top: .15rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user