mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Beautify all CSS
This commit is contained in:
parent
231305d0f5
commit
35009c32f0
@ -99,7 +99,6 @@
|
||||
bottom: 6px;
|
||||
}
|
||||
|
||||
|
||||
.message-body img {
|
||||
max-width: 300px;
|
||||
max-height: 300px;
|
||||
@ -124,6 +123,7 @@
|
||||
.message-body code {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.message-body :not(pre) > code {
|
||||
white-space: normal !important;
|
||||
}
|
||||
|
@ -42,7 +42,8 @@
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.text {}
|
||||
.text {
|
||||
}
|
||||
|
||||
.text p {
|
||||
margin-top: 5px;
|
||||
@ -52,7 +53,8 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.message-body {}
|
||||
.message-body {
|
||||
}
|
||||
|
||||
.message-body img {
|
||||
max-width: 300px;
|
||||
@ -78,6 +80,7 @@
|
||||
.message-body code {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.message-body :not(pre) > code {
|
||||
white-space: normal !important;
|
||||
}
|
||||
|
@ -42,10 +42,12 @@
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.circle-you {
|
||||
margin-top: 5px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.circle-bot + .text, .circle-you + .text {
|
||||
border-radius: 18px;
|
||||
padding: 8px 12px;
|
||||
@ -65,6 +67,7 @@
|
||||
.circle-you + .text div, .circle-you + .text *, .dark .circle-you + .text div, .dark .circle-you + .text * {
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.circle-you + .text .username {
|
||||
text-align: right;
|
||||
}
|
||||
@ -85,7 +88,8 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.message-body {}
|
||||
.message-body {
|
||||
}
|
||||
|
||||
.message-body img {
|
||||
max-width: 300px;
|
||||
@ -111,6 +115,7 @@
|
||||
.message-body code {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.message-body :not(pre) > code {
|
||||
white-space: normal !important;
|
||||
}
|
||||
|
@ -47,7 +47,8 @@
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.message-body {}
|
||||
.message-body {
|
||||
}
|
||||
|
||||
.message-body img {
|
||||
max-width: 300px;
|
||||
@ -73,6 +74,7 @@
|
||||
.message-body code {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.message-body :not(pre) > code {
|
||||
white-space: normal !important;
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
background-color: #eef2ff;
|
||||
padding: 17px;
|
||||
}
|
||||
|
||||
#parent #container .reply {
|
||||
background-color: rgb(214, 218, 240);
|
||||
border-bottom-color: rgb(183, 197, 217);
|
||||
|
@ -24,7 +24,8 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.message-body {}
|
||||
.message-body {
|
||||
}
|
||||
|
||||
.message-body p {
|
||||
font-size: 15px !important;
|
||||
@ -44,6 +45,7 @@
|
||||
.message-body code {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.message-body :not(pre) > code {
|
||||
white-space: normal !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user