adapt: mobile UI
This commit is contained in:
+3
-2
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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">
|
<link rel="icon" href="image.png" type="image/x-icon">
|
||||||
<script src="libs/jszip.min.js"></script>
|
<script src="libs/jszip.min.js"></script>
|
||||||
<script src="libs/spark-md5.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-hero p { font-size: 12px; line-height: 1.5; }
|
||||||
body.device-mobile .ov-card { padding: 14px; margin-bottom: 12px; }
|
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 { font-size: 15px; }
|
||||||
|
body.device-mobile .ov-card h2 .ov-hint { font-size: 10px; }
|
||||||
body.device-mobile #dropZone { padding: 20px 14px; }
|
body.device-mobile #dropZone { padding: 20px 14px; }
|
||||||
body.device-mobile button { padding: 8px 14px; font-size: 13px; }
|
body.device-mobile button { padding: 8px 14px; font-size: 13px; }
|
||||||
body.device-mobile .file-item button { padding: 8px 12px; font-size: 12px }
|
body.device-mobile .file-item button { padding: 8px 12px; font-size: 12px }
|
||||||
|
|||||||
Reference in New Issue
Block a user