File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 112112 </v-btn >
113113 </v-btn-toggle >
114114 </v-flex >
115- <v-flex v-if =" isSankeyVisible && entry.taxonomyreport" >
115+ <v-flex v-if =" isSankeyVisible && entry.taxonomyreport" class = " mb-2 " >
116116 <SankeyDiagram :rawData =" entry.taxonomyreport" :currentSelectedNodeId =" selectedTaxId" @selectTaxon =" handleSankeySelect" ></SankeyDiagram >
117117 </v-flex >
118118 <table class =" v-table result-table" style =" position :relativ; margin-bottom : 3em ;" >
Original file line number Diff line number Diff line change @@ -625,6 +625,13 @@ export default {
625625< / script>
626626
627627< style scoped>
628+ .theme -- dark svg {
629+ fill: white;
630+ }
631+ .theme -- light svg {
632+ fill: black;
633+ }
634+
628635.sankey - container {
629636 display: flex;
630637 width: 100 % ;
You can’t perform that action at this time.
0 commit comments