feat: add a check to see if an entry is already in komga, if so, reduce opacity, add border, disable buttons closes #6
This commit is contained in:
@@ -153,4 +153,13 @@ body.nsfw-disabled .image-container.nsfw:hover img {
|
||||
|
||||
.request {
|
||||
/* Implement design here */
|
||||
}
|
||||
|
||||
.card.komga {
|
||||
border: 3px solid green;
|
||||
box-sizing: border-box;
|
||||
/* disable the request button for entries in Komga */
|
||||
pointer-events: none;
|
||||
opacity: 0.5;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user