feat: update eversolo site cms and media workflows

This commit is contained in:
Codex
2026-05-31 17:29:08 +08:00
parent 8529276a6f
commit 895d28b88d
144 changed files with 8614 additions and 2814 deletions
+64 -1
View File
@@ -281,6 +281,19 @@ html[data-theme] [class*='react-select__menu'] {
z-index: 2147483000 !important;
}
html[data-theme] .rs__menu-list,
html[data-theme] .react-select__menu-list,
html[data-theme] [class*='rs__menu-list'],
html[data-theme] [class*='react-select__menu-list'] {
max-height: min(420px, 52vh) !important;
}
html[data-theme] .collection-edit:has(.faq-related-files-field:focus-within),
html[data-theme] .document-fields:has(.faq-related-files-field:focus-within),
html[data-theme] .render-fields:has(.faq-related-files-field:focus-within) {
padding-bottom: 360px;
}
html[data-theme] .popup--active,
html[data-theme] .drawer,
html[data-theme] .collection-edit,
@@ -1671,7 +1684,8 @@ html[data-theme] .aws-media-resources__batch-upload label {
font-weight: 800;
}
html[data-theme] .aws-media-resources__batch-upload select {
html[data-theme] .aws-media-resources__batch-upload select,
html[data-theme] .aws-media-resources__batch-upload input[type='text'] {
width: 100%;
min-height: 40px;
border: 1px solid rgba(20, 22, 23, 0.18);
@@ -1734,6 +1748,44 @@ html[data-theme] .aws-media-resources__status--error {
color: #8f2d25;
}
html[data-theme] .aws-media-resources__breadcrumbs {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
border: 1px solid rgba(20, 22, 23, 0.12);
border-radius: 8px;
background: rgba(255, 255, 255, 0.72);
padding: 10px 12px;
}
html[data-theme] .aws-media-resources__breadcrumbs button {
position: relative;
border: 0;
background: transparent;
color: #24282b;
cursor: pointer;
font-size: 13px;
font-weight: 800;
padding: 0 16px 0 0;
}
html[data-theme] .aws-media-resources__breadcrumbs button::after {
position: absolute;
right: 2px;
color: rgba(20, 22, 23, 0.35);
content: '/';
}
html[data-theme] .aws-media-resources__breadcrumbs button:last-child {
cursor: default;
color: rgba(20, 22, 23, 0.58);
}
html[data-theme] .aws-media-resources__breadcrumbs button:last-child::after {
content: '';
}
html[data-theme] .aws-media-resources__table-wrap {
overflow-x: auto;
border: 1px solid rgba(20, 22, 23, 0.12);
@@ -1797,6 +1849,17 @@ html[data-theme] .aws-media-resources__filename {
font-weight: 700;
}
html[data-theme] .aws-media-resources__directory-button {
border: 0;
background: transparent;
color: #24282b;
cursor: pointer;
font: inherit;
font-weight: 800;
padding: 0;
text-align: left;
}
html[data-theme] .aws-media-resources__key {
max-width: 360px;
margin-top: 4px;