Joseph Milazzo 0cd14b3efc
Tachiyomi + Fixes (#1481)
* 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
2022-08-25 16:38:36 -07:00

9 lines
140 B
SCSS

.modal-content {
background-color: var(--bs-body-bg);
color: var(--body-text-color);
}
.modal-title {
word-break: break-all;
}