feat: add ability to display info even if title in komga, fix requests, fix not all results showing up, fixes #11 fixes #10 fixes #8
This commit is contained in:
@@ -155,11 +155,19 @@ body.nsfw-disabled .image-container.nsfw:hover img {
|
||||
/* Implement design here */
|
||||
}
|
||||
|
||||
/* ========== KOMGA SPECIFIC STYLES ========== */
|
||||
|
||||
|
||||
.card.komga {
|
||||
border: 3px solid green;
|
||||
box-sizing: border-box;
|
||||
/* disable the request button for entries in Komga */
|
||||
/* only allow the info button to be clicked */
|
||||
opacity: 0.3;
|
||||
|
||||
}
|
||||
|
||||
.card.komga .request {
|
||||
pointer-events: none;
|
||||
opacity: 0.5;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user