@emailmaker/filemanager 0.10.20 → 0.10.21
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 +10 -3
- package/file-manager.esm.js +3 -3
- package/file-manager.esm.js.map +1 -1
- package/file-manager.js +1 -1
- package/package.json +1 -1
package/file-manager.css
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
margin-top: calc(var(--margin) * 1px);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.em-filemanager .uploadIcon {
|
|
54
|
+
.em-filemanager .uploadIcon > span {
|
|
55
55
|
font-size: 64px;
|
|
56
56
|
color: var(--colorPrimary);
|
|
57
57
|
margin-bottom: calc(var(--margin) * 1px);
|
|
@@ -194,6 +194,7 @@
|
|
|
194
194
|
|
|
195
195
|
.em-filemanager .selectedRow {
|
|
196
196
|
outline: 2px solid var(--colorPrimary) !important;
|
|
197
|
+
outline-offset: -1px;
|
|
197
198
|
}
|
|
198
199
|
|
|
199
200
|
.em-filemanager .gridCardSelected,
|
|
@@ -1242,6 +1243,12 @@
|
|
|
1242
1243
|
height: calc(100% - 142px);
|
|
1243
1244
|
padding: calc(var(--marginLG) * 1px);
|
|
1244
1245
|
}
|
|
1246
|
+
.em-filemanager .imageAi .imageAiExample {
|
|
1247
|
+
padding-bottom: calc(var(--marginLG) * 1px);
|
|
1248
|
+
}
|
|
1249
|
+
.em-filemanager .imageAi .imageAiExample span {
|
|
1250
|
+
color: var(--colorTextSecondary);
|
|
1251
|
+
}
|
|
1245
1252
|
|
|
1246
1253
|
.em-filemanager .slideshowImage {
|
|
1247
1254
|
width: auto;
|
|
@@ -1546,8 +1553,8 @@
|
|
|
1546
1553
|
background: var(--colorBorder);
|
|
1547
1554
|
}
|
|
1548
1555
|
.em-filemanager .file-manager__layout .main-content .content-layout .ant-segmented .ant-segmented-item-label {
|
|
1549
|
-
min-height: calc((var(--formControlHeight) -
|
|
1550
|
-
line-height: calc((var(--formControlHeight) -
|
|
1556
|
+
min-height: calc((var(--formControlHeight) - 4) * 1px);
|
|
1557
|
+
line-height: calc((var(--formControlHeight) - 4) * 1px);
|
|
1551
1558
|
padding: 0 11px;
|
|
1552
1559
|
display: flex;
|
|
1553
1560
|
}
|