AlauStone commited on
Commit
a37598d
·
verified ·
1 Parent(s): d387fc8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -229,13 +229,13 @@ def inject_custom_css():
229
  }
230
  }
231
 
232
- /* 游客模式:标题更高,内容top 更大 */
233
  body:has(.main-title-guest) .block-container {
234
- top: 7.5rem !important;
235
  }
236
  @media (max-width: 768px) {
237
  body:has(.main-title-guest) .block-container {
238
- top: 7.5rem !important;
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
  }