소스 검색

improve UI

wangweimin 5 년 전
부모
커밋
2599372c5e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      pywebio/html/css/app.css

+ 4 - 0
pywebio/html/css/app.css

@@ -57,4 +57,8 @@
 }
 .no-fix-height #input-container h5.card-header{
     padding: .4rem 1.25rem;
+}
+h5.card-header:empty{
+    padding: 0 !important;
+    border-bottom: 0 !important;
 }