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