mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-01 15:46:21 +00:00
9 lines
168 B
CSS
9 lines
168 B
CSS
@media (min-device-width: 768px) {
|
|
.upload-modal-dialog {
|
|
position: absolute;
|
|
top: 45%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%) !important;
|
|
}
|
|
}
|