Center collapsed command group rows
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -690,7 +690,7 @@ function TranscriptCommandGroup({
|
|||||||
<div
|
<div
|
||||||
role="button"
|
role="button"
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
className="flex cursor-pointer items-start gap-2"
|
className={cn("flex cursor-pointer gap-2", subtitle ? "items-start" : "items-center")}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (hasSelectedText()) return;
|
if (hasSelectedText()) return;
|
||||||
setOpen((value) => !value);
|
setOpen((value) => !value);
|
||||||
|
|||||||
Reference in New Issue
Block a user