mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Updated chapters dialog in ebook reader
This commit is contained in:
@@ -68,7 +68,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dashboardFooter {
|
.dashboardFooter {
|
||||||
font-family: Noto Sans;
|
font-family: "Noto Sans", serif;
|
||||||
transition: transform 50ms;
|
transition: transform 50ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2096,3 +2096,17 @@ color: var(--dimTextColor);
|
|||||||
.playlistIndexIndicatorImage.defaultCardBackground .audiotrack {
|
.playlistIndexIndicatorImage.defaultCardBackground .audiotrack {
|
||||||
display: none;
|
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;
|
||||||
|
}
|
Reference in New Issue
Block a user