zen-audio-player / zen-audio-player.github.io

Listen to YouTube videos, without the distracting visuals.
https://zen-audio-player.github.io/
MIT License
229 stars 180 forks source link

fix height of input and search button #345

Closed myungwoo-Y closed 4 years ago

myungwoo-Y commented 4 years ago

Motivation and Context

This pull request fixes the bug about issue #344 . The buttons and input sizes were different in sizes smaller than 480px. So I set the height of input and button to 30px by using media query when window height is smaller than 480px.

current behavior

image

new behavior

image

Types of changes

What types of changes does your code introduce? Check all the boxes that apply:

Description

Final checklist:

Go over all the following points and check all the boxes that apply
If you're unsure about any of these, don't hesitate to ask. We're here to help!

shakeelmohamed commented 4 years ago

Thanks @myungwoo-Y!