fix LibraryTree button size and remove parent queries
This commit is contained in:
+3
-3
@@ -56,9 +56,9 @@ export default {
|
|||||||
const baseQuery = print(NodesTrees)
|
const baseQuery = print(NodesTrees)
|
||||||
const prodFragment = `
|
const prodFragment = `
|
||||||
... on Textprod {
|
... on Textprod {
|
||||||
parents: text_de_depart {
|
#parents: text_de_depart {
|
||||||
id
|
# id
|
||||||
}
|
#}
|
||||||
|
|
||||||
siblings: text_en_rebond {
|
siblings: text_en_rebond {
|
||||||
id
|
id
|
||||||
|
|||||||
@@ -212,6 +212,16 @@ foreignObject {
|
|||||||
.dot-btn {
|
.dot-btn {
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
min-width: 200px;
|
||||||
|
word-break: unset;
|
||||||
|
white-space: unset;
|
||||||
|
border-radius: 19px !important;
|
||||||
|
|
||||||
|
.node-view-title {
|
||||||
|
min-width: 200px;
|
||||||
|
max-width: 400px;
|
||||||
|
padding-bottom: .25rem;
|
||||||
|
}
|
||||||
|
|
||||||
&-depart {
|
&-depart {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user