feat: highlight the already requested entries, closes #5

This commit is contained in:
2025-05-05 12:19:44 +02:00
parent 65b929a1ca
commit 7246b7a969
3 changed files with 31 additions and 3 deletions

View File

@@ -167,6 +167,19 @@ body.nsfw-disabled .image-container.nsfw:hover img {
}
.card.requested {
border: 3px solid orange;
box-sizing: border-box;
/* disable the request button for entries in Komga */
/* only allow the info button to be clicked */
opacity: 0.3;
}
.card.manga.requested .request {
pointer-events: none;
opacity: 0.5;
}
.card.komga .request {
pointer-events: none;
opacity: 0.5;