-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One-handed mobile control #1011
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,4 @@ | |
|
||
.group-volume-slider { | ||
width: 100%; | ||
margin: 0 1rem; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
justify-content: center; | ||
margin-top: 1rem; | ||
margin-bottom: 1rem; | ||
width: 90vw; | ||
} | ||
|
||
.media-inner { | ||
|
@@ -19,6 +18,7 @@ | |
} | ||
|
||
.media-control { | ||
font-size: 3.5rem; | ||
color: general.$controls-color; | ||
padding-left: 1.5rem; | ||
padding-right: 1.5rem; | ||
|
@@ -30,11 +30,11 @@ | |
padding-right: 1.25rem; | ||
} | ||
|
||
@media (min-width: 365px) and (max-width: 425px) { | ||
@media (min-width: 365px) and (max-width: 435px) { | ||
font-size: 2.5rem; | ||
} | ||
|
||
@media (min-width: 425px) { | ||
@media (min-width: 435px) { | ||
Comment on lines
-33
to
+37
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I found a specific type of apple phone that needed to fit in this bucket, so I expanded the definition of this everywhere There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I ought to make this an scss var to avoid such wide-touching bucketing changes, but I'm uncertain I want to bloat this PR any more |
||
font-size: 3.5rem; | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to remake how the gradient background worked, if you have enough zones when you use the dropdown on the player page you leave the gradient behind as you scroll at 100vh, and at 100% the gradient stretches weird
Now it stays the same no matter where you scroll