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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-stat {
|
.footer-stat {
|
||||||
|
|||||||
Reference in New Issue
Block a user