From 06c8e5a4f7da5cb596cac357c5dc8f5b66557749 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 28 Feb 2021 20:18:15 +0500 Subject: [PATCH] Hide extra blank lines --- src/components/player/player.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; +} +