Adjust tool groups slightly, let leading group shrink more.

This commit is contained in:
Bryan Housel
2018-11-04 10:03:55 -05:00
parent c1d28d9333
commit 458aeb4dbf
+3 -1
View File
@@ -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 {