From 163f55875ded70c2733408b882fdf787f7903fb2 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 16 Jan 2018 09:04:36 -0800 Subject: [PATCH] improve toolbar button touch target size --- routes/_components/Status.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/routes/_components/Status.html b/routes/_components/Status.html index 9f7b8462..4617ba2c 100644 --- a/routes/_components/Status.html +++ b/routes/_components/Status.html @@ -157,12 +157,11 @@ .status-toolbar { grid-area: status-toolbar; display: flex; - margin: 5px 10px 5px 5px; justify-content: space-between; } .status-toolbar button { - padding: 0; + padding: 6px 10px; background: none; border: none; }