New: Updated chapters dialog in ebook reader
This commit is contained in:
parent
d937b13f0b
commit
138dd76018
1 changed files with 22 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in a new issue