Skip to content

Commit

Permalink
Reduce minimum width to 300; current chat is 272
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHalb committed Jul 25, 2020
1 parent 3bab6a0 commit 2e0b474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
background-color: $med-dark-blue;
position: fixed; /* Makes sure everything is placed with respect to it, not to its parent */
transition: width 200ms, height 200ms, margin 1s, position 1s;
min-width: 350px; /* Bounds on chat resizing */
min-width: 300px; /* Bounds on chat resizing */
min-height: 400px;
overflow: hidden;
}
Expand Down

0 comments on commit 2e0b474

Please sign in to comment.