aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinnovaciones <sonygarcia99@gmail.com>2022-09-23 17:58:50 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-23 20:41:10 +0000
commite1d49c5262ee6b7cce96e56a530ef140fc44fe45 (patch)
treefbe7b50d76a226af37f9a3de4279034bd0bd7587
parent6cd613811bc2a02909aa27614941aab6ab3eda4c (diff)
downloadstable-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.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index f9b9c1f6..e65b672a 100644
--- a/style.css
+++ b/style.css
@@ -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) {