From e36e8d15ae127e41661929ce629a83c1980d4390 Mon Sep 17 00:00:00 2001 From: andreubisquerra Date: Fri, 25 Nov 2022 22:50:26 +0100 Subject: [PATCH] FIX Responsive TakePOS action buttons Nantes 2022 --- htdocs/takepos/css/pos.css.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/takepos/css/pos.css.php b/htdocs/takepos/css/pos.css.php index a1d8c80d048..88482b4dcba 100644 --- a/htdocs/takepos/css/pos.css.php +++ b/htdocs/takepos/css/pos.css.php @@ -716,9 +716,12 @@ div#moreinfo, div#infowarehouse { } button.actionbutton { - min-height: 60px; + display: inline-flex; + align-items: center; + justify-content: center; padding-left: 4px; padding-right: 4px; + min-height: 30px; } } @@ -1045,4 +1048,4 @@ html { .topnav.overflow .arrows { display: flex; -} \ No newline at end of file +}