mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-07-04 16:40:22 +02:00
tweaked styling of the size hint for the image
This commit is contained in:
@ -531,9 +531,10 @@ img {
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
bottom: 3px;
|
bottom: 3px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
background: var(--background-color1);
|
background: black;
|
||||||
color: var(--input-text-color);
|
color: white;
|
||||||
opacity: 70%;
|
text-shadow: 0px 0px 4px black;
|
||||||
|
opacity: 60%;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-radius: 6px 0px;
|
border-radius: 6px 0px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user