PDF loading overlay: dark translucent instead of solid black
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
846b299713
commit
bbb982d0b1
1 changed files with 1 additions and 1 deletions
|
|
@ -1698,7 +1698,7 @@ body.reader-immersive.reader-show-bottom .reader-overlay { bottom: var(--bar-h)
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: var(--bg, #000);
|
background: rgba(20, 20, 20, 0.85);
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
.pdf-loading-spinner {
|
.pdf-loading-spinner {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue