diff options
author | xmodar <modar.alfadly@gmail.com> | 2022-10-27 14:46:00 +0000 |
---|---|---|
committer | xmodar <modar.alfadly@gmail.com> | 2022-10-27 14:46:00 +0000 |
commit | 68760a48cb537e08e58014819bb8f83dbd30e831 (patch) | |
tree | e9da97eb96d31845236026e8763ababe186796d7 | |
parent | e64ccd18e111fcc284efe681a88c3ebafdd4c563 (diff) | |
download | stable-diffusion-webui-gfx803-68760a48cb537e08e58014819bb8f83dbd30e831.tar.gz stable-diffusion-webui-gfx803-68760a48cb537e08e58014819bb8f83dbd30e831.tar.bz2 stable-diffusion-webui-gfx803-68760a48cb537e08e58014819bb8f83dbd30e831.zip |
Add forced LTR for training progress
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -526,7 +526,7 @@ Then, you will need to add the RTL counterpart only if needed in the rtl section :host {
direction: rtl;
}
- select, .file-preview, .gr-text-input, .output-html:has(.performance) {
+ select, .file-preview, .gr-text-input, .output-html:has(.performance), #ti_progress {
direction: ltr;
}
#script_list > label > select,
|