+
+
+
-
-
-
@@ -309,4 +336,20 @@ onMounted(() => {
outline-offset: 0;
}
+.command-content {
+ display: flex;
+ gap: 1rem;
+}
+
+.editor-container {
+ flex: 1;
+}
+
+.button-container {
+ display: flex;
+ flex-direction: column;
+ gap: 0.5rem;
+ justify-content: flex-start; /* aligns buttons to the top */
+}
+
\ No newline at end of file