Skip to content

Commit

Permalink
fix: chat width
Browse files Browse the repository at this point in the history
  • Loading branch information
jebibot committed Jan 25, 2024
1 parent 4b7af6e commit 57d2eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ section[class^="header_section__"][class*="header_show_tooltip__"] {
max-height: none;
}

.knife-resize-chat [class^="live_chatting_container__"] {
.knife-resize-chat [class^="live_chatting_container__"]:not([class*="live_chatting_is_popup_chat__"]) {
width: var(--knife-chat-width, 353px);
max-width: calc(100% - 24px);
}
Expand Down

0 comments on commit 57d2eee

Please sign in to comment.