diff --git a/dots/.config/quickshell/ii/modules/ii/sidebarLeft/AiChat.qml b/dots/.config/quickshell/ii/modules/ii/sidebarLeft/AiChat.qml index 10fef209a..77d4f4b2a 100644 --- a/dots/.config/quickshell/ii/modules/ii/sidebarLeft/AiChat.qml +++ b/dots/.config/quickshell/ii/modules/ii/sidebarLeft/AiChat.qml @@ -497,10 +497,10 @@ Inline w/ backslash and round brackets \\(e^{i\\pi} + 1 = 0\\) RowLayout { // Input field and send button id: inputFieldRowLayout anchors { - top: attachedFileIndicator.bottom + bottom: commandButtonsRow.top left: parent.left right: parent.right - topMargin: 5 + bottomMargin: 5 } spacing: 0