yangdx commited on
Commit
950dbcd
·
1 Parent(s): f614610

Move legend to lower right cornner

Browse files
lightrag_webui/src/features/GraphViewer.tsx CHANGED
@@ -210,7 +210,7 @@ const GraphViewer = () => {
210
  )}
211
 
212
  {showLegend && (
213
- <div className="absolute bottom-10 left-15">
214
  <Legend className="bg-background/60 backdrop-blur-lg" />
215
  </div>
216
  )}
 
210
  )}
211
 
212
  {showLegend && (
213
+ <div className="absolute bottom-10 right-2">
214
  <Legend className="bg-background/60 backdrop-blur-lg" />
215
  </div>
216
  )}