This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
root
/
PyWebIO
同期ミラー
https://github.com/pywebio/PyWebIO.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
maint(frontend): update file input style
wangweimin
5 年 前
親
b3ef639af4
コミット
b71cb9b406
1 ファイル変更
、
4 行追加
、
0 行削除
分割表示
差分情報を表示
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;
+}