Skip to content

Commit

Permalink
Fix download button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jul 3, 2024
1 parent 173ee23 commit a6812fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/assets/stylesheets/media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,18 @@
.media-download-buttons {
display: flex;
flex-direction: column;
align-items: center;
margin: 0.25rem;
align-items: flex-start;
justify-content: space-around;
margin: 0.25rem;
}

.download-button {
padding: 0 0.5em;
font-size: 0.75em;
width: 3.8em;
font-size: 0.8em;
height: 1.4em;
border: none;
text-align: left;
line-height: normal;
}

.mampf-card {
Expand Down

0 comments on commit a6812fd

Please sign in to comment.