click comic to navigate

This commit is contained in:
mi
2025-11-07 17:52:46 +10:00
parent 2588b66318
commit b6f6ee4b70
3 changed files with 44 additions and 2 deletions

View File

@@ -187,6 +187,11 @@ main {
background: #fff;
}
.comic-image a {
display: block;
cursor: pointer;
}
.comic-image img {
max-width: 100%;
height: auto;