Skip to content

Commit

Permalink
Fix chat bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyMineshaft committed Jun 19, 2024
1 parent 42d0b3f commit b6f976a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/views/GoTV/GoTV.styl
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@
transform: translateX(0)

.EmbeddedChatCard
margin: 0px
display: flex
flex-direction: column
height: calc(100vh - (var(--navbar-height) + 1rem))
min-width: 100%
margin: 0
height: calc(100vh - (var(--navbar-height) + 1.5rem))
overflow: hidden

0 comments on commit b6f976a

Please sign in to comment.