diff --git a/static/koboldai.css b/static/koboldai.css index 4e3a3593..06e6664d 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2259,6 +2259,26 @@ body { margin-right: 5px; } +/* Substitutions */ +#substitution-header { + display: flex; + width: 100%; + justify-content: space-around; +} + +.substitution-card { + display: flex; + + column-gap: 5px; + height: 30px; + width: 100%; + padding: 1px 0px; +} + +.substitution-card > *{ + min-width: 0; +} + /*---------------------------------- Global ------------------------------------------------*/ .hidden { display: none; diff --git a/templates/settings flyout.html b/templates/settings flyout.html index 7fcabc70..dd937914 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -412,6 +412,46 @@ + +