We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7fc28 commit 889900fCopy full SHA for 889900f
ui/src/views/chat/pc/index.vue
@@ -114,7 +114,7 @@
114
</el-dropdown>
115
</span>
116
</div>
117
- <div class="right-height">
+ <div class="right-height chat-width">
118
<AiChat
119
ref="AiChatRef"
120
v-model:applicationDetails="applicationDetail"
@@ -466,4 +466,15 @@ onMounted(() => {
466
}
467
468
469
+
470
+.chat-width {
471
+ max-width: 80%;
472
+ margin: 0 auto;
473
+}
474
+@media only screen and (max-width: 1000px) {
475
+ .chat-width {
476
+ max-width: 100% !important;
477
478
+ }
479
480
</style>
0 commit comments