Merge branch 'master' into modal-save-button-and-shortcut

This commit is contained in:
AUTOMATIC1111
2022-10-29 09:11:00 +03:00
committed by GitHub
26 changed files with 2826 additions and 895 deletions

View File

@@ -536,18 +536,23 @@ If you change anything above, you need to make sure it is RTL compliant by just
your changes through converters like https://cssjanus.github.io/ or https://rtlcss.com/.
Then, you will need to add the RTL counterpart only if needed in the rtl section below.*/
@media rtl {
/* this part was manualy added */
/* this part was added manually */
:host {
direction: rtl;
}
.output-html:has(.performance), .gr-text-input {
select, .file-preview, .gr-text-input, .output-html:has(.performance), #ti_progress {
direction: ltr;
}
#script_list > label > select,
#x_type > label > select,
#y_type > label > select {
direction: rtl;
}
.gr-radio, .gr-checkbox{
margin-left: 0.25em;
}
/* this part was automatically generated with few manual modifications */
/* automatically generated with few manual modifications */
.performance .time {
margin-right: unset;
margin-left: 0;