Skip to content

Commit

Permalink
Merge pull request #37 from veytu/@wlj/pearsonal
Browse files Browse the repository at this point in the history
fix: message content height style
  • Loading branch information
Loren-Wang authored Oct 11, 2024
2 parents e4d71e2 + 83483f4 commit f504f9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
.fcr-chatroom-mobile-inputs-chat-dialog-title {
position: relative;
margin-top: 4px;
margin-bottom: 8px;
/* margin-bottom: 8px; */
padding: 13px;
text-align: left;
color: #fff;
Expand All @@ -94,7 +94,7 @@
font-weight: 800;
line-height: 15px;
text-align: left;
height: 50px;
height: 40px;

border-radius: 16px 16px 0 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@

/** landscape **/
.fcr-chatroom-mobile-messages-landscape {
height: 179px;
height: calc(100% - 40px - 12px - 90px );

/* height: 179px; */
/* width: 296px; */
width: 100%;
overflow-y: auto;
Expand Down

0 comments on commit f504f9d

Please sign in to comment.