fix: add bottom margin to footer details so they don't touch progress bar

This commit is contained in:
2026-06-12 13:15:30 +08:00
parent 182feacd94
commit 22a767ab07

View File

@@ -400,6 +400,7 @@ const tree = computed(() => buildTreeForChapter(currentChapterId.value))
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 8px;
}
.footer-stat {