Adjusted the style for the mobile toolbar for Firefox on Android with large font size.

This commit is contained in:
依瑪貓 2023-03-21 10:56:21 +08:00
parent 2253ec7e6d
commit fa1a55cd3d

View File

@ -72,11 +72,14 @@
}
}
@media(max-width:767px) {
.accounting-toolbar {
width: 100%;
justify-content: space-evenly;
}
.accounting-toolbar > .btn:not(form), .accounting-toolbar > .btn-group > .btn {
height: 3.2rem;
width: 3.2rem;
border-radius: 50%;
margin-left: 1rem;
}
.accounting-toolbar > a.btn, .accounting-toolbar > .btn-group > a.btn {
padding-top: 0.7rem;