mirror of
https://github.com/coaidev/coai.git
synced 2025-05-19 13:00:14 +09:00
fix: fix edge browser adapter
Co-Authored-By: Minghan Zhang <112773885+zmh-program@users.noreply.github.com>
This commit is contained in:
parent
bad46895ac
commit
9cb958080b
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user