Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Nov 8, 2024
1 parent 95be1ed commit 83a6363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/components/controls/Player.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ const Player = ({ activePlaylist, activeTrack, setActiveTrack, audioRef, customP
albumCoverUrl={activeTrack?.show_album_cover_url}
openAppModal={openAppModal}
css="cover-art-small"
size="medium"
/>
<div className="track-details">
<div className="track-title">
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/stylesheets/mobile.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
display: flex;
justify-content: center;
z-index: 1;
margin-top: 0.3rem;
margin-bottom: 0.8rem;

.mobile-show-container {
display: flex;
Expand Down

0 comments on commit 83a6363

Please sign in to comment.