New: Updated chapters dialog in ebook reader

This commit is contained in:
lscambo13
2025-01-25 06:23:13 -08:00
parent d937b13f0b
commit 138dd76018

View File

@@ -68,7 +68,7 @@ html {
}
.dashboardFooter {
font-family: Noto Sans;
font-family: "Noto Sans", serif;
transition: transform 50ms;
}
@@ -2096,3 +2096,17 @@ color: var(--dimTextColor);
.playlistIndexIndicatorImage.defaultCardBackground .audiotrack {
display: none;
}
#dialogToc {
background-color: rgba(0, 0, 0, 0.5);
max-height: unset;
max-width: unset;
}
#dialogToc .toc li {
font-size: unset;
font-weight: 600;
list-style-type: circle;
margin-bottom: .5em;
font-family: "Math", serif;
}