Fix message box on safari

pull/7621/head
Rodrigo Nascimento 9 years ago
parent 02fa343f11
commit e1db54ed64
  1. 5
      packages/rocketchat-theme/client/imports/base.css

@ -2145,6 +2145,8 @@ label.required::after {
flex: 1 1 auto;
width: 50%;
position: relative;
display: flex;
flex-direction: column;
}
& .room-topic {
@ -2178,6 +2180,7 @@ label.required::after {
left: 0;
width: 100%;
min-height: var(--footer-min-height);
height: 130px;
}
& .message-form {
@ -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;

Loading…
Cancel
Save