From a21628e35095cebeea3f8bbab1e63a016e16311c Mon Sep 17 00:00:00 2001 From: RockYang Date: Fri, 13 Oct 2023 06:29:25 +0800 Subject: [PATCH] style: fix style for update chat title input element --- web/src/assets/css/chat-plus.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/assets/css/chat-plus.styl b/web/src/assets/css/chat-plus.styl index 2427cba5..4b1f3a13 100644 --- a/web/src/assets/css/chat-plus.styl +++ b/web/src/assets/css/chat-plus.styl @@ -17,6 +17,7 @@ $borderColor = #4676d0; display: flex; color: #ffffff; font-size: 20px; + span { padding-top: 5px; padding-left: 10px; @@ -81,7 +82,7 @@ $borderColor = #4676d0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; - width: 210px; + width: 190px; } .chat-title {