mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-23 15:38:17 -08:00
Fix border
This commit is contained in:
committed by
AUTOMATIC1111
parent
6cd613811b
commit
e1d49c5262
@@ -156,6 +156,9 @@ button{
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
border: none;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user