Don't add margin to empty top bar items

This commit is contained in:
Quincy Morgan
2019-03-05 12:15:05 -05:00
parent fc6bf79ed1
commit 61194e4a21

View File

@@ -464,7 +464,7 @@ button[disabled].action:hover {
justify-content: flex-end;
}
.tool-group > div {
.tool-group > div:not(:empty) {
display: flex;
margin: 0 5px;
}