style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-02-25 23:14:12 +00:00 committed by github-actions[bot]
parent 41e7819e26
commit 0047c723f3

View file

@ -3,7 +3,6 @@
--font-family: 'Inter', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, sans-serif; --font-family: 'Inter', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, sans-serif;
--font-size-scale: 100%; --font-size-scale: 100%;
--text-xs: 0.75rem; --text-xs: 0.75rem;
--text-sm: 0.875rem; --text-sm: 0.875rem;
--text-base: 1rem; --text-base: 1rem;
@ -14,19 +13,15 @@
--text-3xl: 2.25rem; --text-3xl: 2.25rem;
--text-4xl: 3rem; --text-4xl: 3rem;
--text-5xl: 3.75rem; --text-5xl: 3.75rem;
--font-normal: 400; --font-normal: 400;
--font-medium: 500; --font-medium: 500;
--font-semibold: 600; --font-semibold: 600;
--font-bold: 700; --font-bold: 700;
--leading-none: 1; --leading-none: 1;
--leading-tight: 1.25; --leading-tight: 1.25;
--leading-snug: 1.375; --leading-snug: 1.375;
--leading-normal: 1.5; --leading-normal: 1.5;
--leading-relaxed: 1.625; --leading-relaxed: 1.625;
--space-0: 0; --space-0: 0;
--space-1: 0.25rem; --space-1: 0.25rem;
--space-2: 0.5rem; --space-2: 0.5rem;
@ -40,7 +35,6 @@
--space-16: 4rem; --space-16: 4rem;
--space-20: 5rem; --space-20: 5rem;
--space-24: 6rem; --space-24: 6rem;
--spacing-xs: var(--space-1); --spacing-xs: var(--space-1);
--spacing-sm: var(--space-2); --spacing-sm: var(--space-2);
--spacing-md: var(--space-4); --spacing-md: var(--space-4);
@ -48,8 +42,6 @@
--spacing-xl: var(--space-8); --spacing-xl: var(--space-8);
--spacing-2xl: var(--space-12); --spacing-2xl: var(--space-12);
--spacing-3xl: var(--space-16); --spacing-3xl: var(--space-16);
--radius-none: 0; --radius-none: 0;
--radius-xs: 2px; --radius-xs: 2px;
--radius-sm: 4px; --radius-sm: 4px;
@ -58,15 +50,11 @@
--radius-xl: 16px; --radius-xl: 16px;
--radius-2xl: 24px; --radius-2xl: 24px;
--radius-full: 9999px; --radius-full: 9999px;
--radius: var(--radius-md); --radius: var(--radius-md);
--player-bar-height-desktop: 90px; --player-bar-height-desktop: 90px;
--player-bar-height-mobile: 130px; --player-bar-height-mobile: 130px;
--sidebar-width: 240px; --sidebar-width: 240px;
--sidebar-collapsed-width: 70px; --sidebar-collapsed-width: 70px;
--duration-instant: 0ms; --duration-instant: 0ms;
--duration-fast: 150ms; --duration-fast: 150ms;
--duration-normal: 300ms; --duration-normal: 300ms;
@ -78,13 +66,10 @@
--ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1); --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
--ease-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55); --ease-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275); --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
--transition-fast: var(--duration-fast) var(--ease-in-out); --transition-fast: var(--duration-fast) var(--ease-in-out);
--transition-normal: var(--duration-normal) var(--ease-in-out); --transition-normal: var(--duration-normal) var(--ease-in-out);
--transition-slow: var(--duration-slow) var(--ease-in-out); --transition-slow: var(--duration-slow) var(--ease-in-out);
--transition: var(--transition-normal); --transition: var(--transition-normal);
--shadow-none: none; --shadow-none: none;
--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05); --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
@ -94,8 +79,6 @@
--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25); --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
--shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05); --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
--shadow-glow: 0 0 20px rgb(var(--highlight-rgb) / 0.5); --shadow-glow: 0 0 20px rgb(var(--highlight-rgb) / 0.5);
--z-hide: -1; --z-hide: -1;
--z-base: 0; --z-base: 0;
--z-docked: 10; --z-docked: 10;
@ -108,7 +91,6 @@
--z-tooltip: 1600; --z-tooltip: 1600;
--z-toast: 1700; --z-toast: 1700;
/* Buttons */ /* Buttons */
--btn-height-sm: 32px; --btn-height-sm: 32px;
--btn-height-md: 40px; --btn-height-md: 40px;
@ -137,7 +119,6 @@
/* Covers */ /* Covers */
--cover-filter: blur(50px) brightness(0.4); --cover-filter: blur(50px) brightness(0.4);
--cover-radius: var(--radius-md); --cover-radius: var(--radius-md);
--color-danger: #ef4444; --color-danger: #ef4444;
--color-danger-hover: #dc2626; --color-danger-hover: #dc2626;
--color-success: #10b981; --color-success: #10b981;
@ -432,7 +413,6 @@ kbd {
box-shadow: var(--shadow-sm); box-shadow: var(--shadow-sm);
} }
/* Typography utilities */ /* Typography utilities */
.text-xs { .text-xs {
font-size: var(--text-xs); font-size: var(--text-xs);
@ -929,8 +909,6 @@ kbd {
transition: all var(--duration-slow) var(--ease-in-out); transition: all var(--duration-slow) var(--ease-in-out);
} }
.app-container { .app-container {
display: grid; display: grid;
height: 100vh; height: 100vh;
@ -6561,7 +6539,6 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn {
} }
} }
/* Scrollbars */ /* Scrollbars */
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 10px; width: 10px;