AlauStone commited on
Commit
90190b7
·
verified ·
1 Parent(s): ae98dbb

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -451,11 +451,13 @@ def _get_custom_css():
451
 
452
  /* 登录模式:标题较矮,内容区 top 更小 */
453
  body:has(.main-title-user) .block-container {
454
- top: 3rem !important;
 
455
  }
456
  @media (max-width: 768px) {
457
  body:has(.main-title-user) .block-container {
458
- top: 2.5rem !important;
 
459
  padding: 0.5rem !important;
460
  }
461
  }
 
451
 
452
  /* 登录模式:标题较矮,内容区 top 更小 */
453
  body:has(.main-title-user) .block-container {
454
+ top: 0 !important;
455
+ padding-top: 0 !important;
456
  }
457
  @media (max-width: 768px) {
458
  body:has(.main-title-user) .block-container {
459
+ top: 0 !important;
460
+ padding-top: 0 !important;
461
  padding: 0.5rem !important;
462
  }
463
  }