1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-04-05 10:17:00 +00:00

Merge remote-tracking branch 'modal/master'

This commit is contained in:
Ozzie Isaacs 2025-03-30 09:05:14 +02:00
commit af09b50153

View File

@ -511,12 +511,12 @@ input:-moz-placeholder { color: #454545; }
position: fixed;
top: 50%;
left: 50%;
width: 630px;
transform: translate(-50%, -50%);
width: 100vw;
height: auto;
max-width: 630px;
z-index: 2000;
visibility: hidden;
margin-left: -320px;
margin-top: -160px;
}
.overlay {