fix: reader header auto-hide, keyboard null guard, active thumb box-shadow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-20 12:15:17 -04:00
parent 774ec635c7
commit bf7d528917
2 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -2542,6 +2542,7 @@ body.select-mode .gallery-infinite-container {
position: relative;
border-radius: 6px;
overflow: hidden;
transition: opacity 0.2s ease;
cursor: pointer;
border: 2px solid transparent;
transition: all 0.2s ease;
@@ -2636,12 +2637,11 @@ body.select-mode .gallery-infinite-container {
/* Active nav thumbnail */
.reader-nav-thumb.active {
border-left: 3px solid var(--btn-primary);
box-shadow: inset 3px 0 0 var(--btn-primary);
opacity: 1;
}
.reader-nav-thumb:not(.active) {
opacity: 0.5;
transition: opacity 0.2s ease;
}
.reader-nav-thumb:hover {
opacity: 1;