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".
This commit is contained in:
Vector73 2025-07-11 14:35:43 +00:00 committed by Tim Abbott
parent 8d71793756
commit 4e93607fde

View File

@ -1198,6 +1198,7 @@ textarea.new_message_textarea {
&.disabled {
background-color: transparent;
border-color: transparent;
max-width: fit-content;
}
}