Просмотр исходного кода

maint(frontend): update file input style

wangweimin 5 лет назад
Родитель
Сommit
b71cb9b406
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      pywebio/html/css/app.css

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

@@ -129,3 +129,7 @@ img {
         opacity: 1
     }
 }
+
+.custom-file {
+    margin-bottom: 8px;
+}