Skip to content

Commit

Permalink
fix: fix edge browser adapter
Browse files Browse the repository at this point in the history
Co-Authored-By: Minghan Zhang <[email protected]>
  • Loading branch information
Sh1n3zZ and zmh-program committed Jun 29, 2024
1 parent bad4689 commit 9cb9580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/assets/pages/home.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.main {
position: relative;
display: flex;
display: inline-flex;
flex-direction: row;
width: 100%;
height: calc(100% - 56px);
Expand Down Expand Up @@ -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%;
Expand Down

0 comments on commit 9cb9580

Please sign in to comment.