mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Fix: button alignment on mobile
This commit is contained in:
parent
069e72a715
commit
acd46ad771
@ -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 {
|
||||
// accommodate larger font size on mobile
|
||||
padding-top: .15rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user