mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-28 11:01:43 +00:00
Added horizontal spacing between tree nodes
This commit is contained in:
parent
38391cac2a
commit
9a8d19eb18
1 changed files with 6 additions and 2 deletions
|
@ -595,5 +595,9 @@ button > * {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ghost {
|
.ghost {
|
||||||
visibility: hidden
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#treeTab td button {
|
||||||
|
margin: 0 10px 0 10px;
|
||||||
}
|
}
|
Loading…
Reference in a new issue