fix: fix edge browser adapter

Co-Authored-By: Minghan Zhang <112773885+zmh-program@users.noreply.github.com>
This commit is contained in:
Deng Junhai 2024-06-30 03:00:50 +08:00
parent bad46895ac
commit 9cb958080b

View File

@ -1,6 +1,6 @@
.main { .main {
position: relative; position: relative;
display: flex; display: inline-flex;
flex-direction: row; flex-direction: row;
width: 100%; width: 100%;
height: calc(100% - 56px); height: calc(100% - 56px);
@ -589,7 +589,7 @@
transition: width 0.2s ease-in-out; transition: width 0.2s ease-in-out;
.chat-wrapper { .chat-wrapper {
display: flex; display: inline-flex;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
height: 100%; height: 100%;