Skip to content

Commit

Permalink
improves chat layout of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonba committed Nov 25, 2017
1 parent b45ce29 commit 26855a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/_sass/chat.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.Chat {
margin: 0 auto;
margin-top: 35px;
max-width: 365px;
max-width: 395px;
min-height: 282px;

&-loading {
Expand All @@ -25,7 +25,8 @@
}

.yvebot-conversation {
height: 230px;
height: calc(100vh/2.3);
min-height: 230px;
padding: 15px 20px;
overflow-y: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/_sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

img {
width: 100%;
max-width: 320px;
max-width: 360px;
}
}

Expand Down

0 comments on commit 26855a8

Please sign in to comment.