Skip to content
Snippets Groups Projects
Commit 36d83318 authored by Adam Procter's avatar Adam Procter
Browse files

small css adjustments

parent ed24aa6b
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,7 @@ ...@@ -24,8 +24,7 @@
border: border, border: border,
backgroundColor: nodes.color, backgroundColor: nodes.color,
}" }"
:min-width="200" ref="node"
:min-height="220"
> >
<form class="nodes"> <form class="nodes">
<template v-if="nodes.read_mode == false"> <template v-if="nodes.read_mode == false">
...@@ -101,8 +100,7 @@ ...@@ -101,8 +100,7 @@
border: border, border: border,
backgroundColor: nodes.color, backgroundColor: nodes.color,
}" }"
:min-width="200" ref="node"
:min-height="220"
> >
<form class="nodes"> <form class="nodes">
<template v-if="nodes.read_mode == false"> <template v-if="nodes.read_mode == false">
...@@ -309,6 +307,7 @@ export default { ...@@ -309,6 +307,7 @@ export default {
this.$options.positionsArray = this.positions_filtered this.$options.positionsArray = this.positions_filtered
this.$forceUpdate() this.$forceUpdate()
}, },
onActivated(id, zindex) { onActivated(id, zindex) {
this.zindex = zindex this.zindex = zindex
this.nodeid = id this.nodeid = id
...@@ -476,6 +475,8 @@ export default { ...@@ -476,6 +475,8 @@ export default {
.vdr { .vdr {
padding: 0 0.5em; padding: 0 0.5em;
min-width: 260px;
min-height: 265px;
} }
.info { .info {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment