feat: prepare CMS pages for deployment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user