mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Small style improvements
This commit is contained in:
parent
7ba3d4425f
commit
cac225b589
2 changed files with 7 additions and 6 deletions
|
|
@ -97,11 +97,11 @@ ol li p, ul li p {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
#chat-tab, #default-tab, #notebook-tab, #parameters, #chat-settings, #lora, #training-tab, #model-tab, #session-tab {
|
||||
#chat-tab, #default-tab, #notebook-tab, #parameters, #chat-settings, #lora, #training-tab, #model-tab, #session-tab, #character-tab {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#default-tab, #notebook-tab, #parameters, #chat-settings, #lora, #training-tab, #model-tab, #session-tab {
|
||||
#default-tab, #notebook-tab, #parameters, #chat-settings, #lora, #training-tab, #model-tab, #session-tab, #character-tab {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
|
|
@ -1658,6 +1658,7 @@ button:focus {
|
|||
height: calc(100vh - 231px) !important;
|
||||
}
|
||||
|
||||
#character-tab {
|
||||
border: 0;
|
||||
#instruction-template-str textarea,
|
||||
#chat-template-str textarea {
|
||||
height: calc(100vh - 300px) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue