From 9cb958080b2b0dedb29ec46d593383318ac97852 Mon Sep 17 00:00:00 2001 From: Deng Junhai Date: Sun, 30 Jun 2024 03:00:50 +0800 Subject: [PATCH] fix: fix edge browser adapter Co-Authored-By: Minghan Zhang <112773885+zmh-program@users.noreply.github.com> --- app/src/assets/pages/home.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/assets/pages/home.less b/app/src/assets/pages/home.less index bfb1de0..cc0ef5b 100644 --- a/app/src/assets/pages/home.less +++ b/app/src/assets/pages/home.less @@ -1,6 +1,6 @@ .main { position: relative; - display: flex; + display: inline-flex; flex-direction: row; width: 100%; height: calc(100% - 56px); @@ -589,7 +589,7 @@ transition: width 0.2s ease-in-out; .chat-wrapper { - display: flex; + display: inline-flex; flex-direction: column; width: 100%; height: 100%;