diff options
author | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-02-09 23:34:21 +0000 |
---|---|---|
committer | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-02-09 23:34:21 +0000 |
commit | b313221ca6d12e441f2f5041490e2fc665ff5f60 (patch) | |
tree | 33cf759235f317b2c86937b3d856a518a011cd53 /style.css | |
parent | 374fe636b80169c78b4b5f92013681d75fa2fad6 (diff) | |
download | stable-diffusion-webui-gfx803-b313221ca6d12e441f2f5041490e2fc665ff5f60.tar.gz stable-diffusion-webui-gfx803-b313221ca6d12e441f2f5041490e2fc665ff5f60.tar.bz2 stable-diffusion-webui-gfx803-b313221ca6d12e441f2f5041490e2fc665ff5f60.zip |
remove Badge color and ⚠️ ->📏
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -776,7 +776,7 @@ footer { .rounding-badge {
display: inline-block;
border-radius: 0px;
- background-color: #ccc;
+ /*background-color: #ccc;*/
cursor: pointer;
position: absolute;
top: -10px;
|