diff -r 02c04d2c8fd8 -r ac1eacb3aa33 src/widgets/PlaceholderPlayer.module.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/widgets/PlaceholderPlayer.module.css Wed Sep 04 17:32:50 2024 +0200 @@ -0,0 +1,5 @@ +.Ldt-PlaceholderPlayer { + font-size: 40px; text-align: center; + padding: 40px 0; font-weight: bolder; + background: #333333; color: #FFFFFF; +}