From fc4d8d7de0a1ee1e0fce02dcde0efba650af2631 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Fri, 10 Dec 2021 11:27:35 +0800 Subject: [PATCH] Fix audio card player button alignment --- core/frontend/src/cards/css/audio.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/frontend/src/cards/css/audio.css b/core/frontend/src/cards/css/audio.css index 3ec5f54e28..479dc9b7fe 100644 --- a/core/frontend/src/cards/css/audio.css +++ b/core/frontend/src/cards/css/audio.css @@ -86,7 +86,7 @@ } .kg-audio-hide { - display: none; + display: none !important; } .kg-audio-play-icon svg, @@ -180,6 +180,8 @@ } .kg-player-container button { + display: flex; + align-items: center; border: 0; }