mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
fix(ui): add max-width attr for settings selector
This commit is contained in:
parent
ed1daab1f6
commit
6ad756b215
1 changed files with 1 additions and 0 deletions
|
|
@ -1515,6 +1515,7 @@ h3 {
|
||||||
|
|
||||||
select {
|
select {
|
||||||
min-width: 192px;
|
min-width: 192px;
|
||||||
|
max-width: 600px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 8px 12px 8px 12px;
|
padding: 8px 12px 8px 12px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue