mistpe commited on
Commit
b778c8a
·
verified ·
1 Parent(s): fb7ff9c

Update app/templates/article.html

Browse files
Files changed (1) hide show
  1. app/templates/article.html +7 -0
app/templates/article.html CHANGED
@@ -482,6 +482,13 @@
482
  .markdown-body pre {
483
  -webkit-overflow-scrolling: touch;
484
  }
 
 
 
 
 
 
 
485
  }
486
  </style>
487
  {% endblock %}
 
482
  .markdown-body pre {
483
  -webkit-overflow-scrolling: touch;
484
  }
485
+ /* 优化键盘弹出时的布局 */
486
+ @media (max-height: 600px) {
487
+ .chat-window {
488
+ height: 85vh;
489
+ width: 65vh;
490
+ }
491
+ }
492
  }
493
  </style>
494
  {% endblock %}