Skip to content

Commit 8111d63

Browse files
authored
Merge pull request #147 from iceljc/features/refine-chat-window
minor change instant log style
2 parents d5795d1 + ad6a0cd commit 8111d63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/scss/custom/pages/_chat.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,11 @@
375375
border-radius: 10px;
376376
background-color: var(--bs-primary) !important;
377377
margin: 0px 60px;
378-
flex: 0 0 500px;
378+
flex: 0 0 400px;
379379
display: flex;
380380
flex-direction: column;
381-
height: 500px;
382-
min-height: 500px;
381+
height: 400px;
382+
min-height: 400px;
383383

384384
.close-icon {
385385
font-size: 20px;

0 commit comments

Comments
 (0)