Adjusted the style for the mobile toolbar for Firefox on Android with large font size.
This commit is contained in:
parent
2253ec7e6d
commit
fa1a55cd3d
@ -72,11 +72,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width:767px) {
|
@media(max-width:767px) {
|
||||||
|
.accounting-toolbar {
|
||||||
|
width: 100%;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
}
|
||||||
.accounting-toolbar > .btn:not(form), .accounting-toolbar > .btn-group > .btn {
|
.accounting-toolbar > .btn:not(form), .accounting-toolbar > .btn-group > .btn {
|
||||||
height: 3.2rem;
|
height: 3.2rem;
|
||||||
width: 3.2rem;
|
width: 3.2rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin-left: 1rem;
|
|
||||||
}
|
}
|
||||||
.accounting-toolbar > a.btn, .accounting-toolbar > .btn-group > a.btn {
|
.accounting-toolbar > a.btn, .accounting-toolbar > .btn-group > a.btn {
|
||||||
padding-top: 0.7rem;
|
padding-top: 0.7rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user