Skip to content

Commit

Permalink
improve style of public musicbill
Browse files Browse the repository at this point in the history
  • Loading branch information
mebtte committed Aug 8, 2023
1 parent 77853d9 commit eacf111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/pwa/src/pages/player/public_musicbill_drawer/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Style = styled.div`
left: 0;
max-width: 80%;
padding: 10px 0;
padding: 10px 0 0 0;
background-color: rgb(255 255 255 / 0.75);
> .name {
Expand All @@ -32,8 +32,8 @@ const Style = styled.div`
}
> .user {
margin: 5px 0;
padding: 5px 20px;
padding: 5px 10px;
margin: 0 10px;
display: flex;
align-items: center;
Expand Down

0 comments on commit eacf111

Please sign in to comment.