aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-10-29 06:11:00 +0000
committerGitHub <noreply@github.com>2022-10-29 06:11:00 +0000
commit76086f6668bddba82d8b47e0f3c5c6068990cbde (patch)
tree791d0a85ed84f93188e0220c0ffb90e0347f4059 /style.css
parent403c5dba86f0faac6746df24d16e4d08aab8c9c5 (diff)
parent02b547861e11632c5a6dbe15fb0d219aa167d0c1 (diff)
downloadstable-diffusion-webui-gfx803-76086f6668bddba82d8b47e0f3c5c6068990cbde.tar.gz
stable-diffusion-webui-gfx803-76086f6668bddba82d8b47e0f3c5c6068990cbde.tar.bz2
stable-diffusion-webui-gfx803-76086f6668bddba82d8b47e0f3c5c6068990cbde.zip
Merge branch 'master' into modal-save-button-and-shortcut
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/style.css b/style.css
index 7b3ad050..8b2211b1 100644
--- a/style.css
+++ b/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;