Spaces:
Sleeping
Sleeping
Commit
•
2130441
1
Parent(s):
41f8c1f
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,7 @@ for item in sdxl_loras:
|
|
43 |
css = '''
|
44 |
#title{text-align:center;}
|
45 |
#title h1{font-size: 250%}
|
|
|
46 |
.plus_column{align-self: center}
|
47 |
.plus_button{font-size: 235% !important; text-align: center;margin-bottom: 19px}
|
48 |
#prompt input{width: calc(100% - 160px);border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
|
@@ -51,7 +52,6 @@ css = '''
|
|
51 |
.random_column{align-self: center}
|
52 |
@media (max-width: 1024px) {
|
53 |
.roulette_group{flex-direction: column}
|
54 |
-
.selected_random img{object-fit: cover}
|
55 |
}
|
56 |
'''
|
57 |
|
|
|
43 |
css = '''
|
44 |
#title{text-align:center;}
|
45 |
#title h1{font-size: 250%}
|
46 |
+
.selected_random img{object-fit: cover}
|
47 |
.plus_column{align-self: center}
|
48 |
.plus_button{font-size: 235% !important; text-align: center;margin-bottom: 19px}
|
49 |
#prompt input{width: calc(100% - 160px);border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
|
|
|
52 |
.random_column{align-self: center}
|
53 |
@media (max-width: 1024px) {
|
54 |
.roulette_group{flex-direction: column}
|
|
|
55 |
}
|
56 |
'''
|
57 |
|