Skip to content

Commit

Permalink
Fix sizing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cifkao committed Feb 17, 2021
1 parent f1bb1a1 commit 8b0c6b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/assets/controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
.controls {
width: inherit;
height: inherit;
box-sizing: border-box;
display: flex;
flex-direction: row;

align-items: center;
border-radius: 100px;
background: #f2f5f6;
padding: 0 0.2rem;
padding: 0 0.25em;
user-select: none;

&> * {
margin: 0.7rem 0.4rem;
margin: 0.8em 0.45em;
}

input, button {
Expand Down Expand Up @@ -65,7 +66,7 @@
.seek-bar {
flex: 1;
min-width: 0;
margin-right: 1.0rem;
margin-right: 1.1em;

background: transparent;

Expand Down

0 comments on commit 8b0c6b6

Please sign in to comment.