fix(editor): bring back the three-dot menu

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2024-03-06 14:51:58 +01:00
parent a0225bdeab
commit de1cf849af
No known key found for this signature in database
GPG Key ID: 27137D9E7D273FB2
2 changed files with 10 additions and 6 deletions

View File

@ -37,9 +37,16 @@
}
}
// We use our custom header layout for the sidebar editor
.app-sidebar-header__info {
display: none !important;
.app-sidebar-header__desc {
// We use our custom header layout for the sidebar editor
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
// But keep the three-dot menu in the front
.app-sidebar-header__menu {
z-index: 1;
}
}
.app-sidebar-header__description {

View File

@ -689,9 +689,6 @@ export default {
::v-deep .app-sidebar-header__description {
flex-direction: column;
}
:deep(.app-sidebar-header__info) {
display: none !important;
}
.property-location {
margin-top: 10px;
}