mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
Fix modal and dropdown colors in dark mode
and get rid of the hacky `styleModal` function
This commit is contained in:
@@ -58,7 +58,6 @@ function showModal(encodedPath, pages, percentage, encodedeTitle, encodedEntryTi
|
||||
$('#modal-download-btn').attr('href', `/opds/download/${titleID}/${entryID}`);
|
||||
|
||||
UIkit.modal($('#modal')).show();
|
||||
styleModal();
|
||||
}
|
||||
|
||||
const updateProgress = (tid, eid, page) => {
|
||||
@@ -144,7 +143,6 @@ const edit = (eid) => {
|
||||
setupUpload(eid);
|
||||
|
||||
UIkit.modal($('#edit-modal')).show();
|
||||
styleModal();
|
||||
};
|
||||
|
||||
const setupUpload = (eid) => {
|
||||
|
||||
Reference in New Issue
Block a user