mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-09 03:19:59 +00:00
f5235b1d4c
Fixes imports and routes Merge branch 'master' into Develop Finished routing
9 lines
181 B
CSS
9 lines
181 B
CSS
@media (min-device-width: 768px) {
|
|
.modal-dialog {
|
|
position: absolute;
|
|
top: 45%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%) !important;
|
|
}
|
|
}
|