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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user