优化isay 代码,考虑代码块内有```和有制表符的情况, 优化界面显示
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
--message-bot-background-color-light: #FFFFFF;
|
||||
--message-bot-background-color-dark: #2C2C2C;
|
||||
}
|
||||
|
||||
#debug_mes {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@ -136,6 +137,10 @@ footer {
|
||||
transition: height 0.3s ease;
|
||||
}
|
||||
|
||||
span.svelte-1gfkn6j {
|
||||
background: unset !important;
|
||||
}
|
||||
|
||||
.wrap.svelte-18telvq.svelte-18telvq {
|
||||
padding: var(--block-padding) !important;
|
||||
height: 100% !important;
|
||||
|
||||
Reference in New Issue
Block a user