mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
Fix border
This commit is contained in:
parent
6cd613811b
commit
e1d49c5262
1 changed files with 3 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue