1 parent f9b84ef commit d00d494Copy full SHA for d00d494
1 file changed
dashboard/src/components/downloader/NovelDownloader.vue
@@ -375,6 +375,9 @@ onUnmounted(() => {
375
376
.download-list {
377
flex: 1;
378
+ display: flex;
379
+ flex-direction: column;
380
+ min-height: 0;
381
overflow-y: auto;
382
overflow-x: hidden;
383
padding: 16px 24px;
@@ -402,10 +405,11 @@ onUnmounted(() => {
402
405
}
403
406
404
407
.empty-state {
408
+ flex: 1;
409
+ min-height: 300px;
410
display: flex;
411
justify-content: center;
412
align-items: center;
- height: 300px;
413
414
415
@media (min-width: 769px) {
@@ -499,7 +503,7 @@ onUnmounted(() => {
499
503
500
504
501
505
502
- height: 220px;
506
507
border: 1px solid var(--dp-border-subtle);
508
border-radius: var(--dp-radius-lg);
509
background: var(--dp-bg-surface-muted);
0 commit comments