qier222 / YesPlayMusic

高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron:
https://music.qier222.com
MIT License
27.9k stars 4.11k forks source link

fix(NavBar): Fixed the issue of overlapping with the control bar #2073

Closed zhuozhiyongde closed 1 year ago

zhuozhiyongde commented 1 year ago

在小尺寸下,这个导航栏有可能会和控制栏重叠(未hover时略显拥挤,hover时会重叠),增加了一个max函数来确定padding的最小值

Before: Cleanshot-2023-06-05-at-22 42 48 Cleanshot-2023-06-05-at-22 44 11

After: Cleanshot-2023-06-05-at-22 45 13 Cleanshot-2023-06-05-at-22 45 07

vercel[bot] commented 1 year ago

@zhuozhiyongde is attempting to deploy a commit to the r3play Team on Vercel.

A member of the Team first needs to authorize it.

zhuozhiyongde commented 1 year ago

其实也可以只对左侧做这个操作(这样的话右端就可以保持在低宽度时与下方进度条对齐)