Update globals.css

This commit is contained in:
MacRimi
2025-11-22 20:20:57 +01:00
parent ac2e77e0d6
commit dd3e5ea368

View File

@@ -147,11 +147,10 @@ body {
outline-offset: 2px; outline-offset: 2px;
} }
@layer components {
/* ===================== */ /* ===================== */
/* Ajustes para Charts */ /* Recharts axis styles */
/* ===================== */ /* ===================== */
/* Removed @layer components and converted to native CSS */
/* Recharts axis */
.recharts-cartesian-axis-tick tspan { .recharts-cartesian-axis-tick tspan {
fill: var(--muted-foreground); fill: var(--muted-foreground);
} }
@@ -160,7 +159,9 @@ body {
stroke: var(--border); stroke: var(--border);
} }
/* Chart.js axis */ /* ===================== */
/* Chart.js axis styles */
/* ===================== */
.chartjs-render-monitor text { .chartjs-render-monitor text {
fill: var(--muted-foreground); fill: var(--muted-foreground);
} }
@@ -171,9 +172,7 @@ body {
/* ===================== */ /* ===================== */
/* Terminal Fixes */ /* Terminal Fixes */
/* ===================== */ /* ===================== */
/* Added terminal-specific styles to fix menu centering issues */ /* Fixed xterm.js padding to center dialog menus correctly */
@layer components {
/* Terminal Fixes for xterm.js padding and centering */
.xterm { .xterm {
padding: 0 !important; padding: 0 !important;
margin: 0 !important; margin: 0 !important;
@@ -191,12 +190,10 @@ body {
width: 100% !important; width: 100% !important;
} }
/* Remove internal padding from xterm rows to fix menu centering */
.xterm .xterm-rows { .xterm .xterm-rows {
padding: 0 !important; padding: 0 !important;
} }
/* Ensure xterm helper elements don't interfere with layout */
.xterm .xterm-helpers { .xterm .xterm-helpers {
position: absolute; position: absolute;
top: 0; top: 0;