diff options
author | innovaciones <sonygarcia99@gmail.com> | 2022-09-23 19:33:02 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-23 20:41:10 +0000 |
commit | b04a36be37320bc0b78de320cc5c731d3ae79dc1 (patch) | |
tree | f9950d5591c190eb377e397cd337b098bee08fb7 | |
parent | e1d49c5262ee6b7cce96e56a530ef140fc44fe45 (diff) | |
download | stable-diffusion-webui-gfx803-b04a36be37320bc0b78de320cc5c731d3ae79dc1.tar.gz stable-diffusion-webui-gfx803-b04a36be37320bc0b78de320cc5c731d3ae79dc1.tar.bz2 stable-diffusion-webui-gfx803-b04a36be37320bc0b78de320cc5c731d3ae79dc1.zip |
Tweak margin
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ button{ right: 0;
margin-left: auto;
margin-right: auto;
- margin-top: 35px;
+ margin-top: 34px;
z-index: 100;
border: none;
border-top-left-radius: 0;
|