Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -229,13 +229,13 @@ def inject_custom_css():
|
|
| 229 |
}
|
| 230 |
}
|
| 231 |
|
| 232 |
-
/* 游客模式:标题
|
| 233 |
body:has(.main-title-guest) .block-container {
|
| 234 |
-
top:
|
| 235 |
}
|
| 236 |
@media (max-width: 768px) {
|
| 237 |
body:has(.main-title-guest) .block-container {
|
| 238 |
-
top:
|
| 239 |
padding: 0.5rem !important;
|
| 240 |
}
|
| 241 |
}
|
|
|
|
| 229 |
}
|
| 230 |
}
|
| 231 |
|
| 232 |
+
/* 游客模式:标题区域 */
|
| 233 |
body:has(.main-title-guest) .block-container {
|
| 234 |
+
top: 6.5rem !important;
|
| 235 |
}
|
| 236 |
@media (max-width: 768px) {
|
| 237 |
body:has(.main-title-guest) .block-container {
|
| 238 |
+
top: 6.5rem !important;
|
| 239 |
padding: 0.5rem !important;
|
| 240 |
}
|
| 241 |
}
|