mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +00:00
fix(fullscreen): remove letter-spacing from track title to fix optical misalignment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3071,7 +3071,6 @@
|
|||||||
font-family: var(--font-display);
|
font-family: var(--font-display);
|
||||||
font-size: clamp(28px, 4.5vw, 68px);
|
font-size: clamp(28px, 4.5vw, 68px);
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
letter-spacing: -0.02em;
|
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1.05;
|
line-height: 1.05;
|
||||||
|
|||||||
Reference in New Issue
Block a user