Skip to content

Commit

Permalink
Merge pull request #7621 from RocketChat/hotifx/safari-message-box
Browse files Browse the repository at this point in the history
[FIX] Message box on safari
  • Loading branch information
rodrigok authored Aug 1, 2017
2 parents 6f4d5c5 + e1db54e commit 8e319c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/rocketchat-theme/client/imports/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2145,6 +2145,8 @@ label.required::after {
flex: 1 1 auto;
width: 50%;
position: relative;
display: flex;
flex-direction: column;
}

& .room-topic {
Expand Down Expand Up @@ -2178,6 +2180,7 @@ label.required::after {
left: 0;
width: 100%;
min-height: var(--footer-min-height);
height: 130px;
}

& .message-form {
Expand Down Expand Up @@ -2532,7 +2535,7 @@ label.required::after {
position: relative;
overflow: hidden;
width: 100%;
height: calc(100% - 130px);
flex-grow: 1;

& .message-cog-container .message-action.jump-to-search-message {
display: none !important;
Expand Down

0 comments on commit 8e319c5

Please sign in to comment.