Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
GizmoTjaz committed Sep 11, 2021
1 parent 0123f02 commit 7e97c3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/room/RoomChat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,9 @@
@media only screen and (max-width: 420px) {
.chat-container {
width: calc(100% - 1rem);
height: calc(100% - .5rem);
height: 65%;
bottom: 65%;
top: 35%;
padding: 0 .5rem .5rem .5rem;
}
}
Expand Down

0 comments on commit 7e97c3e

Please sign in to comment.