Skip to content

Commit 223623c

Browse files
committed
Improve UI of select elements
1 parent a60233c commit 223623c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ img {
487487
cursor: pointer;
488488
font-size: large;
489489
margin-bottom: 8px;
490+
margin-left: 8px;
490491
outline: none;
491492
max-width: min(400px, 100%);
492493
font-family: "JetBrains";
@@ -501,7 +502,7 @@ img {
501502
}
502503

503504
#audioQualitySelect {
504-
width: 230px;
505+
width: 145px;
505506
}
506507

507508
#link {

0 commit comments

Comments
 (0)