From b376cf15809435eeaf3753d34deddb5e38963afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 22 Mar 2023 02:28:58 +0800 Subject: [PATCH] Revised the toolbar layout so that it looks better with only one toolbar button on the mobile devices. --- src/accounting/static/css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/accounting/static/css/style.css b/src/accounting/static/css/style.css index 5ea33ff..31995af 100644 --- a/src/accounting/static/css/style.css +++ b/src/accounting/static/css/style.css @@ -72,14 +72,11 @@ } } @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-right: 0.5rem; } .accounting-toolbar > a.btn, .accounting-toolbar > .btn-group > a.btn { padding-top: 0.7rem;