This commit is contained in:
Cohee
2023-06-15 14:37:09 +03:00

View File

@ -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;
}
}