1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-24 17:31:50 +00:00

Added horizontal spacing between tree nodes

This commit is contained in:
thepaperpilot 2020-10-24 11:34:16 -05:00
parent 38391cac2a
commit 9a8d19eb18

View file

@ -595,5 +595,9 @@ button > * {
}
.ghost {
visibility: hidden
visibility: hidden;
}
#treeTab td button {
margin: 0 10px 0 10px;
}