@@ -1,4 +1,5 @@
<style>
+
.content-header {
display: none;
}
@@ -100,6 +101,13 @@
#addFileModal .modal-sm {
max-width:320px;
+ #addFileModal .modal-dialog {
+ position: absolute;
+ top: 45%;
+ left: 50%;
+ transform: translate(-40%, -50%);
+ }
</style>