feat: prepare CMS pages for deployment

This commit is contained in:
Codex
2026-04-29 14:23:00 +08:00
parent 9a55b874a5
commit d4fb7e0973
87 changed files with 5153 additions and 1901 deletions
+13 -1
View File
@@ -973,6 +973,8 @@ html[data-theme] .studio-home__actions {
}
html[data-theme] .admin-cache-header-slot {
display: flex;
gap: 8px;
position: fixed;
top: 8px;
right: 260px;
@@ -1242,6 +1244,16 @@ html[data-theme] .eversolo-admin-avatar-menu {
place-items: center;
width: 38px;
height: 38px;
overflow: visible;
}
html[data-theme] .eversolo-admin-avatar-menu::after {
position: absolute;
top: 100%;
right: -8px;
left: -132px;
height: 14px;
content: '';
}
html[data-theme] .eversolo-admin-avatar-menu__initial {
@@ -1259,7 +1271,7 @@ html[data-theme] .eversolo-admin-avatar-menu__initial {
html[data-theme] .eversolo-admin-avatar-menu__panel {
position: absolute;
top: calc(100% + 10px);
top: calc(100% + 6px);
right: 0;
z-index: 2147483200;
display: grid;