Commit 522b1384 authored by 박민석's avatar 박민석

fix lint

parent 3f96cdd0
Pipeline #21514 failed with stages
in 1 minute and 46 seconds
...@@ -524,42 +524,54 @@ ...@@ -524,42 +524,54 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
} }
.chat.expand { .chat.expand {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.chat .chat-head .chat-logo { .chat .chat-head .chat-logo {
margin-top: 3px; margin-top: 3px;
width: 30px; width: 30px;
height: 30px; height: 30px;
} }
.chat-logo-title-contents .chat-logo-title.main{ .chat-logo-title-contents .chat-logo-title.main{
font-size: 20px; font-size: 20px;
} }
.chat-logo-title-contents .chat-logo-title.sub { .chat-logo-title-contents .chat-logo-title.sub {
font-size: 10px; font-size: 10px;
} }
#expand-btn { #expand-btn {
display: none; display: none;
} }
#close-btn { #close-btn {
display: flex; display: flex;
} }
.chat .chat-body { .chat .chat-body {
height: 100%; height: 100%;
} }
.chat .chat-area textarea { .chat .chat-area textarea {
font-size: 13px; font-size: 13px;
} }
.chat .chat-body > ul { .chat .chat-body > ul {
max-width: 90%; max-width: 90%;
} }
.chat .chat-body .message { .chat .chat-body .message {
font-size: 12px; font-size: 12px;
} }
.chat .chat-head .model { .chat .chat-head .model {
top: 60px; top: 60px;
} }
.chat-head .model .tooltip .tooltip-text { .chat-head .model .tooltip .tooltip-text {
font-size: 12px; font-size: 12px;
width: 200px; width: 200px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment