Fix rounded corners on follow-up messages
This commit is contained in:
parent
5a72c8cd83
commit
98c2213a86
@ -111,14 +111,17 @@ a {
|
||||
height: 200px;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
|
||||
.container {
|
||||
flex: 1;
|
||||
padding: 10px;
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: 20px;
|
||||
color: #f05a28;
|
||||
@ -161,17 +164,20 @@ a {
|
||||
color: #f05a28;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
* {
|
||||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.highlight pre {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.chat-messages .message .message-content .text, .threads .thread .message-content .text {
|
||||
margin-bottom: 5px;
|
||||
color: #e6e6e6;
|
||||
@ -187,7 +193,8 @@ hyphens: auto;
|
||||
.message-content {
|
||||
|
||||
img, video, iframe, div {
|
||||
max-width: 100%;
|
||||
max-width: 90%;
|
||||
border-radius: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -302,6 +309,7 @@ input[type="text"], .chat-input textarea {
|
||||
a {
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 250px;
|
||||
background-color: #121212;
|
||||
|
Loading…
Reference in New Issue
Block a user