Fix vertical align of fa node icons

Fixes #2670
This commit is contained in:
Nick O'Leary
2020-08-05 13:53:49 +01:00
parent c50ed2c328
commit fba505bc90

View File

@@ -204,7 +204,7 @@
.red-ui-palette-icon-fa {
color: white;
position: absolute;
top: 7px;
top: calc(50% - 7px);
left: 3px;
}
.red-ui-palette-node-small {