PDF loading overlay: dark translucent instead of solid black
All checks were successful
Build and push Docker image / build (push) Successful in 14s
Test / test (push) Successful in 16s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
marwin 2026-04-05 18:09:52 +02:00
parent 846b299713
commit bbb982d0b1

View file

@ -1698,7 +1698,7 @@ body.reader-immersive.reader-show-bottom .reader-overlay { bottom: var(--bar-h)
display: flex;
align-items: center;
justify-content: center;
background: var(--bg, #000);
background: rgba(20, 20, 20, 0.85);
z-index: 10;
}
.pdf-loading-spinner {