From 69c5ac5cb30aab0856305c37e0c916d5274da610 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 27 Mar 2026 22:56:15 +0100 Subject: [PATCH] sidebar: ai: fix shaky send button --- dots/.config/quickshell/ii/modules/ii/sidebarLeft/AiChat.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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