Image inlining hint always visible

This commit is contained in:
Cohee 2024-04-21 23:38:18 +03:00
parent 80ff8383fe
commit f75daba6c0
1 changed files with 0 additions and 8 deletions

View File

@ -433,14 +433,6 @@ body.expandMessageActions .mes .mes_buttons .extraMesButtonsHint {
display: none !important;
}
#openai_image_inlining:not(:checked)~#image_inlining_hint {
display: none;
}
#openai_image_inlining:checked~#image_inlining_hint {
display: block;
}
#smooth_streaming:not(:checked)~#smooth_streaming_speed_control {
display: none;
}