mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fix: button alignment on mobile
This commit is contained in:
parent
f45daa9445
commit
76ddc09dba
1 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue