Skip to content

Commit

Permalink
lichen-community-systemsGH-5: Fixed styling of controls in SMF player…
Browse files Browse the repository at this point in the history
… demo.
  • Loading branch information
duhrer committed Mar 8, 2023
1 parent af0f178 commit a6a21c5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions demos/css/smfPlayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@
display: none;
}

.start-button {
border-radius: 0.25rem;
.controls {
column-gap: 1rem;
display: flex;
flex-direction: row;
width: 100%;
}

.controls button {
border-radius: 1rem;
font-size: 1.5rem;
padding: 1rem;
width: 50%;
}

0 comments on commit a6a21c5

Please sign in to comment.