adapt: mobile UI

This commit is contained in:
2026-05-23 03:57:55 +08:00
Unverified
parent 5156c4ce10
commit 7cbfca5df3
+2 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projection Addon Generator</title>
<title>Construct Expansion Pack Generator</title>
<link rel="icon" href="image.png" type="image/x-icon">
<script src="libs/jszip.min.js"></script>
<script src="libs/spark-md5.min.js"></script>
@@ -361,6 +361,7 @@
body.device-mobile .ov-hero p { font-size: 12px; line-height: 1.5; }
body.device-mobile .ov-card { padding: 14px; margin-bottom: 12px; }
body.device-mobile .ov-card h2 { font-size: 15px; }
body.device-mobile .ov-card h2 .ov-hint { font-size: 10px; }
body.device-mobile #dropZone { padding: 20px 14px; }
body.device-mobile button { padding: 8px 14px; font-size: 13px; }
body.device-mobile .file-item button { padding: 8px 12px; font-size: 12px }