fix: add bottom margin to footer details so they don't touch progress bar
This commit is contained in:
@@ -400,6 +400,7 @@ const tree = computed(() => buildTreeForChapter(currentChapterId.value))
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.footer-stat {
|
||||
|
||||
Reference in New Issue
Block a user