Skip to content

Commit

Permalink
improve style for mobile mode
Browse files Browse the repository at this point in the history
  • Loading branch information
srgooglo committed Oct 12, 2023
1 parent 2caa55b commit 75d97c2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/app/src/components/Music/PlaylistView/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit 75d97c2

Please sign in to comment.