|
@@ -538,18 +538,6 @@ input[type=file].file-loading {
|
|
opacity: 0.65;
|
|
opacity: 0.65;
|
|
}
|
|
}
|
|
|
|
|
|
-@media(min-width: 576px) {
|
|
|
|
- .file-zoom-dialog .modal-dialog {
|
|
|
|
- max-width: 500px;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media(min-width: 992px) {
|
|
|
|
- .file-zoom-dialog .modal-lg {
|
|
|
|
- max-width: 800px;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.file-zoom-fullscreen {
|
|
.file-zoom-fullscreen {
|
|
&.modal {
|
|
&.modal {
|
|
position: fixed;
|
|
position: fixed;
|
|
@@ -624,7 +612,19 @@ input[type=file].file-loading {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and(max-width: 767px) {
|
|
|
|
|
|
+@media(min-width: 576px) {
|
|
|
|
+ .file-zoom-dialog .modal-dialog {
|
|
|
|
+ max-width: 500px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media(min-width: 992px) {
|
|
|
|
+ .file-zoom-dialog .modal-lg {
|
|
|
|
+ max-width: 800px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media(max-width: 767px) {
|
|
.file-preview-thumbnails {
|
|
.file-preview-thumbnails {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -636,12 +636,18 @@ input[type=file].file-loading {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and(max-width: 350px) {
|
|
|
|
|
|
+@media(max-width: 350px) {
|
|
.krajee-default.file-preview-frame .kv-file-content {
|
|
.krajee-default.file-preview-frame .kv-file-content {
|
|
width: multiply($pad, 32);
|
|
width: multiply($pad, 32);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media(max-width: 420px) {
|
|
|
|
+ .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.file-loading[dir=rtl]:before {
|
|
.file-loading[dir=rtl]:before {
|
|
background: transparent $url-0 top right no-repeat;
|
|
background: transparent $url-0 top right no-repeat;
|
|
padding-left: 0;
|
|
padding-left: 0;
|