mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
This commit is contained in:
@ -1864,6 +1864,10 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#horde_model {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.horde_model_title {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -4628,4 +4632,8 @@ body.waifuMode #avatar_zoom_popup {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#horde_model {
|
||||
height: unset;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user