mirror of
https://github.com/janeczku/calibre-web
synced 2025-04-05 10:17:00 +00:00
Fix modal for smaller devices [smartphone]
This commit is contained in:
parent
efc7ce31d2
commit
f9267ba391
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user