File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -353,28 +353,29 @@ export class NikkuMain extends LitElement {
353
353
# main {
354
354
margin-top : 100px ;
355
355
display : grid;
356
- grid-template-columns : 1 fr 80px 1fr ;
356
+ grid-template-columns : 2 fr 80px 1 fr 1fr ;
357
357
grid-template-rows : 20px 15px 24px 80px auto;
358
358
row-gap : 10px ;
359
359
column-gap : 2rem ;
360
360
margin-bottom : 10px ;
361
361
}
362
362
# track-title {
363
- grid-column : 1 / span 2 ;
363
+ grid-column : 1 / span 3 ;
364
364
grid-row : 1 ;
365
+ white-space : nowrap;
365
366
text-overflow : ellipsis;
366
367
overflow : hidden;
367
368
}
368
369
# controls-time-display {
369
- grid-column : 3 ;
370
+ grid-column : 4 ;
370
371
grid-row : 1 ;
371
372
}
372
373
# controls-progress {
373
- grid-column : 1 / span 3 ;
374
+ grid-column : 1 / span 4 ;
374
375
grid-row : 2 ;
375
376
}
376
377
# controls-select-file-container {
377
- grid-column : 1 / span 3 ;
378
+ grid-column : 1 / span 4 ;
378
379
grid-row : 3 ;
379
380
}
380
381
# controls-tracks {
@@ -386,7 +387,7 @@ export class NikkuMain extends LitElement {
386
387
grid-row : 4 ;
387
388
}
388
389
# controls-others {
389
- grid-column : 3 ;
390
+ grid-column : 3 / span 2 ;
390
391
grid-row : 4 ;
391
392
392
393
display : flex;
You can’t perform that action at this time.
0 commit comments