@emailmaker/filemanager 0.10.28 → 0.10.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/file-manager.css CHANGED
@@ -915,6 +915,15 @@
915
915
  .uploadProgress__body {
916
916
  padding: 12px;
917
917
  }
918
+ .uploadProgress__body .ant-list-item-meta-content {
919
+ width: 330px;
920
+ }
921
+ .uploadProgress__body .ant-list-item-meta-title {
922
+ margin: 0;
923
+ }
924
+ .uploadProgress__body .ant-list-item-action {
925
+ margin-inline-start: 40px;
926
+ }
918
927
 
919
928
  .em-filemanager .uploadProgress__status-icon {
920
929
  display: flex;
@@ -931,7 +940,6 @@
931
940
 
932
941
  .em-filemanager .uploadProgress__file-list {
933
942
  max-height: 300px;
934
- overflow-y: auto;
935
943
  }
936
944
 
937
945
  .em-filemanager .uploadProgress__file-item {
@@ -976,6 +984,7 @@
976
984
  background-color: #fff2f0;
977
985
  border: 1px solid #ffccc7;
978
986
  border-radius: 4px;
987
+ line-height: 1.2;
979
988
  }
980
989
 
981
990
  /* Минимизированное состояние */
@@ -2251,6 +2260,22 @@
2251
2260
  top: 4px;
2252
2261
  }
2253
2262
 
2263
+ .em-filemanager .fm-upload-progress .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-content {
2264
+ width: 330px;
2265
+ }
2266
+ .em-filemanager .fm-upload-progress .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-title {
2267
+ margin: 0;
2268
+ }
2269
+ .em-filemanager .fm-upload-progress .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-action {
2270
+ margin-inline-start: 40px;
2271
+ }
2272
+ .em-filemanager .fm-upload-progress .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar {
2273
+ margin-inline-end: 8px;
2274
+ }
2275
+ .em-filemanager .fm-upload-progress .ant-list .ant-list-item .ant-list-item-action {
2276
+ margin-inline-start: 32px;
2277
+ }
2278
+
2254
2279
  /* Specific styles for sidebar tree */
2255
2280
  .em-filemanager .file-manager-modal-root .ant-modal-content .ant-tree .ant-tree-switcher,
2256
2281
  .em-filemanager .file-manager__layout .file-manager-sider .ant-tree .ant-tree-switcher {