From 75d97c204d0b7257913b96b29ab48748caaf056e Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 12 Oct 2023 19:56:32 +0000 Subject: [PATCH] improve style for mobile mode --- .../app/src/components/Music/PlaylistView/index.less | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/app/src/components/Music/PlaylistView/index.less b/packages/app/src/components/Music/PlaylistView/index.less index 08bb4fab..5135b234 100755 --- a/packages/app/src/components/Music/PlaylistView/index.less +++ b/packages/app/src/components/Music/PlaylistView/index.less @@ -16,11 +16,18 @@ html { width: 100%; .play_info { + display: flex; + flex-direction: column; + width: 100%; + .play_info_details { + width: 100%; + } + .play_info_cover { - width: 30vh; - height: 30vh; + width: 30vh !important; + height: 30vh !important; img { width: 100%;