Ability to import mediatags to the drive

This commit is contained in:
yflory
2018-08-31 15:41:08 +02:00
parent 2bb7e68792
commit ee1027ceb9
21 changed files with 249 additions and 33 deletions

View File

@@ -43,6 +43,12 @@ body.cp-app-pad {
}
}
.cke_dialog {
display: block;
overflow-x: auto;
max-height: 100vh;
}
.cke_wysiwyg_frame {
min-width: 60%;
}
@@ -55,4 +61,4 @@ body.cp-app-pad {
display:none;
}
}
}
}