mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 03:41:33 +00:00
Don't add margin to empty top bar items
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user