mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
fix: use correct border radius css property (#2845)
This commit is contained in:
+1
-1
@@ -391,6 +391,6 @@ progress::after {
|
|||||||
background-color: #fff8;
|
background-color: #fff8;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius-top: 5px;
|
border-radius: 5px 5px 0px 0px;
|
||||||
display: none; /* remove this to enable tooltip in preview image */
|
display: none; /* remove this to enable tooltip in preview image */
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user