mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-09 11:01:22 +00:00
Merge master
This commit is contained in:
commit
d88282f9f6
3 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "ee.carlrobert"
|
||||
version = "1.9.0"
|
||||
version = "1.9.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@
|
|||
<li>New Chat UI</li>
|
||||
<li>Markdown rendering</li>
|
||||
<li>Fix text input placeholder</li>
|
||||
<li>Fix code from overflowing</li>
|
||||
</ul>
|
||||
]]>
|
||||
</change-notes>
|
||||
|
|
|
|||
|
|
@ -60,6 +60,10 @@
|
|||
outline: none;
|
||||
}
|
||||
|
||||
pre:not([class*='language-']) {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
@keyframes roll {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue