mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-02-28 22:32:24 -05:00
* Fixed a bootstrap bug * Fixed repeating images on collection detail * Fixed up some logic in library watcher which wasn't processing all of the queue. * When parsing non-epubs in Book library, use Manga parsing for Volume support to better support Light Novels * Fixed some bugs with the tachiyomi plugin api's for progress tracking
9 lines
140 B
SCSS
9 lines
140 B
SCSS
.modal-content {
|
|
background-color: var(--bs-body-bg);
|
|
color: var(--body-text-color);
|
|
}
|
|
|
|
.modal-title {
|
|
word-break: break-all;
|
|
}
|