mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-02 18:46:48 +01:00
Preserve whitespace in the editor
This commit is contained in:
parent
4482e6db9a
commit
793d788706
@ -4,6 +4,7 @@ body {
|
||||
|
||||
chunk {
|
||||
color: #ffffff;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#gametext.adventure action {
|
||||
|
@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="static/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="static/bootstrap-toggle.min.css">
|
||||
<link rel="stylesheet" href="static/open-iconic-bootstrap.min.css">
|
||||
<link rel="stylesheet" href="static/custom.css?ver=1.17a">
|
||||
<link rel="stylesheet" href="static/custom.css?ver=1.17b">
|
||||
|
||||
<script src="static/jquery-3.6.0.min.js"></script>
|
||||
<script src="static/jquery-ui.sortable.min.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user