From afe8dcd1d85a4386579c157cc32fe8ed8478f38a Mon Sep 17 00:00:00 2001 From: STDquantum <405720329@qq.com> Date: Sun, 17 Dec 2023 18:54:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=BE=AE=E4=BF=A1=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=A1=A8=E6=83=85=E7=9A=84=E4=BD=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/DataBase/output_pc.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/DataBase/output_pc.py b/app/DataBase/output_pc.py index 43e174a..4945064 100644 --- a/app/DataBase/output_pc.py +++ b/app/DataBase/output_pc.py @@ -778,7 +778,9 @@ body{ .content:hover::-webkit-scrollbar-thumb{ background:rgba(0,0,0,0.1); } -.bubble{ +.bubble { + display: flex; + align-items: center; max-width: 400px; padding: 10px; border-radius: 5px; @@ -788,6 +790,8 @@ body{ word-break:normal; } .chat-refer { + display: flex; + align-items: center; margin-top: 5px; max-width: 400px; padding: 9px; @@ -1000,10 +1004,8 @@ input { } .emoji_img { - width: 26px; - height: 26px; - position: relative; - bottom: -6px; + width: 22px; + height: 22px; }