diff --git a/src/components/player/player.css b/src/components/player/player.css index 6151680..4be0205 100644 --- a/src/components/player/player.css +++ b/src/components/player/player.css @@ -26,3 +26,9 @@ margin-bottom: 8px; } +.textBuffer > br:first-child, +.textBuffer > br:last-child, +.textBuffer > br + br + br { + display: none; +} +