fix: Remade menu editor loading logic

This commit is contained in:
2025-06-15 11:41:02 +02:00
parent 2a117262df
commit 4c7639ee4c
6 changed files with 177 additions and 114 deletions

View File

@@ -16,3 +16,19 @@ button[mat-icon-button] {
color: gray;
font-style: italic;
}
.mainc {
height: 100%;
position: relative;
}
.spinner {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
}