|
@@ -294,6 +294,10 @@ input[type=file].file-loading {
|
|
|
border: $border solid $black-30;
|
|
|
box-shadow: 0 0 multiply($pad, 2) 0 $black-40;
|
|
|
}
|
|
|
+ &[data-template="audio"] .kv-file-content {
|
|
|
+ width: 240px;
|
|
|
+ height: 55px;
|
|
|
+ }
|
|
|
}
|
|
|
.file-preview-text {
|
|
|
display: block;
|
|
@@ -629,8 +633,8 @@ input[type=file].file-loading {
|
|
|
}
|
|
|
|
|
|
@media(max-width: 350px) {
|
|
|
- .krajee-default.file-preview-frame .kv-file-content {
|
|
|
- width: multiply($pad, 32);
|
|
|
+ .krajee-default.file-preview-frame:not([data-template="audio"]) .kv-file-content {
|
|
|
+ width: 160px;
|
|
|
}
|
|
|
}
|
|
|
|