diff options
author | innovaciones <sonygarcia99@gmail.com> | 2022-09-23 17:58:50 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-23 20:41:10 +0000 |
commit | e1d49c5262ee6b7cce96e56a530ef140fc44fe45 (patch) | |
tree | fbe7b50d76a226af37f9a3de4279034bd0bd7587 | |
parent | 6cd613811bc2a02909aa27614941aab6ab3eda4c (diff) | |
download | stable-diffusion-webui-gfx803-e1d49c5262ee6b7cce96e56a530ef140fc44fe45.tar.gz stable-diffusion-webui-gfx803-e1d49c5262ee6b7cce96e56a530ef140fc44fe45.tar.bz2 stable-diffusion-webui-gfx803-e1d49c5262ee6b7cce96e56a530ef140fc44fe45.zip |
Fix border
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -156,6 +156,9 @@ button{ margin-right: auto;
margin-top: 35px;
z-index: 100;
+ border: none;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
}
@media screen and (min-width: 768px) {
|