From 458aeb4dbf98b464b5587c30f344830f9fdddd02 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 4 Nov 2018 10:03:55 -0500 Subject: [PATCH] Adjust tool groups slightly, let leading group shrink more. --- css/80_app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 72c957f2d..e6f2d116f 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -569,15 +569,17 @@ button.secondary-action:hover { display: flex; flex: 0 1 auto; flex-flow: row nowrap; + width: 100%; } .tool-group.leading-area { + flex-shrink: 2; justify-content: flex-start; } .tool-group.center-area { justify-content: center; } .tool-group.trailing-area { - justify-content: flex-end; + justify-content: flex-start; } .tool-group > div {