Merge branch 'safari-chat' into 'master'

Fixed chat in safari

See merge request !166
This commit was merged in pull request #170.
This commit is contained in:
Lars van Hijfte
2017-02-01 12:29:52 +01:00
2 changed files with 14 additions and 12 deletions

View File

@@ -22,6 +22,7 @@ body {
height: calc(100% - 100px);
display: inline-block;
float: left;
overflow-y: auto;
}
@@ -31,12 +32,14 @@ body {
overflow-y: auto;
overflow-x: hidden;
width: calc(100% - 256px - 75px);
width: calc(100% - 256px - 85px);
height: calc(100% - 80px);
margin-right: 10px;
padding: 10px;
display: inline-block;
float: right;
word-wrap: break-word;
}