fix(docs): add width/height to icons

This commit is contained in:
braks
2024-06-09 14:24:39 +02:00
parent 50a3b0eab5
commit 6ee31708ab

View File

@@ -80,6 +80,11 @@
justify-content: center;
}
.vue-flow__node-operator button svg {
width: 100%;
height: 100%;
}
.vue-flow__node-operator button:hover {
background-color: #0EA5E9;
transition: background-color 0.2s;