diff --git a/src/features/trees/TreeNode.vue b/src/features/trees/TreeNode.vue
index 34332d4..42e43be 100644
--- a/src/features/trees/TreeNode.vue
+++ b/src/features/trees/TreeNode.vue
@@ -12,7 +12,7 @@
...unref(classes)
}"
>
-
+
@@ -156,7 +156,7 @@ export default defineComponent({
margin: 0 10px 0 10px;
}
-.treeNode button {
+.treeNode > *:first-child {
width: 100%;
height: 100%;
border: 2px solid rgba(0, 0, 0, 0.125);
@@ -166,6 +166,7 @@ export default defineComponent({
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
box-shadow: -4px -4px 4px rgba(0, 0, 0, 0.25) inset, 0px 0px 20px var(--background);
text-transform: capitalize;
+ display: flex;
}
.treeNode.small {
@@ -173,7 +174,7 @@ export default defineComponent({
width: 60px;
}
-.treeNode.small button {
+.treeNode.small > *:first-child {
font-size: 30px;
}