Skip to content

Commit e915a4e

Browse files
authored
Merge pull request #353 from StubberG3/balancer/348/jj-overlay
feat: #348 - Update responsive sizings for chat overlay
2 parents ae28268 + 4c36da9 commit e915a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Header/chat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
.show_chat.windowed {
10-
@apply h-[50%] w-[320px];
10+
@apply h-[75%] sm:w-[75%] md:w-[550px];
1111
}
1212

1313
.show_chat.full-screen {

0 commit comments

Comments
 (0)