From 4e93607fdebcddce2827fd01ea1acc69df21326a Mon Sep 17 00:00:00 2001 From: Vector73 Date: Fri, 11 Jul 2025 14:35:43 +0000 Subject: [PATCH] tooltip: Show only empty topic allowed tooltip on the topic text. This commit shows "Only general chat allowed in this channel" tooltip close to the topic text instead of in the center of topic input by updating the topic input box "max-width" to "fit-content". --- web/styles/compose.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/compose.css b/web/styles/compose.css index d26e3fd66b..bec010cffc 100644 --- a/web/styles/compose.css +++ b/web/styles/compose.css @@ -1198,6 +1198,7 @@ textarea.new_message_textarea { &.disabled { background-color: transparent; border-color: transparent; + max-width: fit-content; } }