Skip to content

Commit

Permalink
Styles (adrigardi90#5)
Browse files Browse the repository at this point in the history
* Text fontsize
  • Loading branch information
adrigardi90 authored May 26, 2019
1 parent cb79ee7 commit a944ffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/MessageArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export default {
width: 100%;
height: 45px;
border-color: rgba(0, 0, 0, 0.12);
font-size: 16px;
padding: 1px 5px;
font-family: monospace;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default {
this.openPrivateChat.msg.push(msgObj);
},
leavePrivateRoom: function({ privateMessage, to, from }) {
leavePrivateRoom: function({ privateMessage, from }) {
if (
(from === this.openPrivateChat.user ||
from === this.$store.state.username) &&
Expand Down

0 comments on commit a944ffe

Please sign in to comment.