UI: Add fluid resolution-based scaling for WQHD and 4K displays in index.css
This commit is contained in:
@@ -488,7 +488,7 @@ function Cockpit() {
|
||||
</div>
|
||||
|
||||
{/* The Graph Canvas Area */}
|
||||
<div ref={containerRef} className="relative w-full h-[360px] border border-border/30 rounded-xl bg-black/25 overflow-hidden flex">
|
||||
<div ref={containerRef} className="relative w-full h-96 border border-border/30 rounded-xl bg-black/25 overflow-hidden flex">
|
||||
{/* SVG Overlay behind HTML Nodes */}
|
||||
<svg className="absolute inset-0 pointer-events-none w-full h-full">
|
||||
{/* Gradients */}
|
||||
|
||||
Reference in New Issue
Block a user