Skip to content

Commit

Permalink
style changes to fix sizing of conversations on web app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian committed Mar 1, 2024
1 parent 289aae1 commit 87db080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/conversation/Conversation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -469,15 +469,15 @@ table {
z-index: 5;
grid-column-start: 1;
grid-column-end: 1;
height: 94vh;
height: 91vh;
}
.thread-container {
height: 90vh;
}
.messages {
height: 88vh;
height: 80vh;
}
}</style>

0 comments on commit 87db080

Please sign in to comment.