File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -346,11 +346,9 @@ progress::-webkit-progress-value {
346346
347347# song-title ,
348348# song-artist {
349- float : left;
350- overflow : hidden;
351- text-overflow : ellipsis;
352- white-space : nowrap;
353- max-width : 50% ;
349+ overflow : hidden;
350+ white-space : nowrap;
351+ text-overflow : ellipsis;
354352}
355353
356354
@@ -402,11 +400,15 @@ input[type='range']::-webkit-slider-thumb {
402400* and song title
403401*/
404402@media (max-width : 1000px ) {
405- # song-title {
406- max-width : 25% ;
403+ # song-title ,
404+ # song-artist {
405+ max-width : 10em ;
407406 }
407+ }
408408
409+ @media (min-width : 1000px ) {
410+ # song-title ,
409411 # song-artist {
410- max-width : 20 % ;
412+ max-width : 28 em ;
411413 }
412414}
Original file line number Diff line number Diff line change 33 < head >
44 < meta
55 name ="viewport "
6- content ="width=device-width, initial-scale=1, shrink-to-fit=no "
6+ content ="width=device-width, initial-scale=1 "
77 />
88 < meta
99 http-equiv ="Content-Security-Policy "
You can’t perform that action at this time.
0 commit comments