mirror of
https://github.com/janeczku/calibre-web
synced 2025-09-08 13:56:01 +00:00
Merge remote-tracking branch 'modal/master'
This commit is contained in:
@@ -511,12 +511,12 @@ input:-moz-placeholder { color: #454545; }
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 630px;
|
transform: translate(-50%, -50%);
|
||||||
|
width: 100vw;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-width: 630px;
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
margin-left: -320px;
|
|
||||||
margin-top: -160px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
|
Reference in New Issue
Block a user