mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-27 01:39:26 +00:00
Merge branch 'master' into modal-save-button-and-shortcut
This commit is contained in:
11
style.css
11
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user