feat(ee): AI menu

This commit is contained in:
Arek Nawo
2026-02-06 15:16:37 +01:00
parent 5c3942c159
commit 06c81a4fed
8 changed files with 585 additions and 2 deletions
@@ -0,0 +1,14 @@
.aiMenu {
display: flex;
flex-direction: column;
width: 100%;
min-height: 2.25rem;
}
.resultPreviewWrapper {
*:first-child {
margin-top: 0;
}
*:last-child {
margin-bottom: 0;
}
}