diff options
author | discus0434 <66945496+discus0434@users.noreply.github.com> | 2022-10-19 15:48:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 15:48:13 +0000 |
commit | 365d4b1650b77c8f8aedf4a294c2b9e47d665f04 (patch) | |
tree | 90c719f4b176e8676ea228237f354b73a3d67147 /style.css | |
parent | 3770b8d2fa62066d472a04739c7b84bce8538832 (diff) | |
parent | f510a2277ee3641564c13841b04b50293384526f (diff) | |
download | stable-diffusion-webui-gfx803-365d4b1650b77c8f8aedf4a294c2b9e47d665f04.tar.gz stable-diffusion-webui-gfx803-365d4b1650b77c8f8aedf4a294c2b9e47d665f04.tar.bz2 stable-diffusion-webui-gfx803-365d4b1650b77c8f8aedf4a294c2b9e47d665f04.zip |
Merge branch 'AUTOMATIC1111:master' into master
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -34,9 +34,10 @@ .performance {
font-size: 0.85em;
color: #444;
- display: flex;
- justify-content: space-between;
- white-space: nowrap;
+}
+
+.performance p{
+ display: inline-block;
}
.performance .time {
@@ -44,8 +45,6 @@ }
.performance .vram {
- margin-left: 0;
- text-align: right;
}
#txt2img_generate, #img2img_generate {
|