fixed progress and alignment of style-change

This commit is contained in:
2025-08-04 15:35:01 +02:00
parent b4456bcabb
commit 4a45738b9b
5 changed files with 13 additions and 11 deletions

View File

@@ -86,7 +86,7 @@ const showStyleSelectorView = ref(false);
}
.context-menu-image-preview {
flex: 7; /* Takes 70% of the space (7 out of 10 parts) */
flex: 6; /* Takes 60% of the space (6 out of 10 parts) */
display: flex;
justify-content: center;
align-items: center;
@@ -101,7 +101,7 @@ const showStyleSelectorView = ref(false);
}
.context-menu-options {
flex: 3; /* Takes 30% of the space (3 out of 10 parts) */
flex: 4; /* Takes 40% of the space (4 out of 10 parts) */
display: flex;
flex-direction: column;
}