diff --git a/Website/modules/MonitorJobsList.tsx b/Website/modules/MonitorJobsList.tsx index d6c0214..c5872ae 100644 --- a/Website/modules/MonitorJobsList.tsx +++ b/Website/modules/MonitorJobsList.tsx @@ -45,7 +45,7 @@ export default function MonitorJobsList({onStartSearch, onJobsChanged} : {onStar function StartSearchMangaEntry() : ReactElement { return (
- + Blahaj

Add new Manga

+

@@ -76,8 +76,8 @@ export default function MonitorJobsList({onStartSearch, onJobsChanged} : {onStar return
{CoverCard(manga)}
- - +
+
; })} diff --git a/Website/styles/MangaSearchResult.css b/Website/styles/MangaSearchResult.css index 1b01e65..c6db045 100644 --- a/Website/styles/MangaSearchResult.css +++ b/Website/styles/MangaSearchResult.css @@ -115,31 +115,4 @@ .monitorMangaEntry { position: relative; -} - -.MangaActionButtons { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -.MangaActionButtons > button { - position: absolute; - margin: 10px; - border: 0; - background: none; -} - -.DeleteJobButton { - bottom: 0; - left: 0; - filter: invert(21%) sepia(63%) saturate(7443%) hue-rotate(355deg) brightness(93%) contrast(118%); -} - -.StartJobNowButton { - bottom: 0; - right: 0; - filter: invert(58%) sepia(16%) saturate(4393%) hue-rotate(103deg) brightness(102%) contrast(103%); } \ No newline at end of file diff --git a/Website/styles/monitorMangaList.css b/Website/styles/monitorMangaList.css index f4ccfb0..9343c51 100644 --- a/Website/styles/monitorMangaList.css +++ b/Website/styles/monitorMangaList.css @@ -8,4 +8,32 @@ overflow-y: scroll; scrollbar-color: var(--accent-color) var(--primary-color); scrollbar-width: thin; +} + +.MangaActionButtons { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +.MangaActionButtons > div { + position: absolute; + margin: 10px; + border: 0; + background: none; + cursor: pointer; +} + +.DeleteJobButton { + bottom: 0; + left: 0; + filter: invert(21%) sepia(63%) saturate(7443%) hue-rotate(355deg) brightness(93%) contrast(118%); +} + +.StartJobNowButton { + bottom: 0; + right: 0; + filter: invert(58%) sepia(16%) saturate(4393%) hue-rotate(103deg) brightness(102%) contrast(103%); } \ No newline at end of file