fix: Remade menu editor loading logic
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user