Compare commits

..

3 Commits

Author SHA1 Message Date
raucao 85255318ba 1.8.6 2026-01-26 16:32:43 +07:00
raucao 713d9d53e6 Styling optimizations 2026-01-26 16:32:16 +07:00
raucao e0ea0ca988 Prevent mobile Safari from resizing text 2026-01-26 16:23:46 +07:00
7 changed files with 15 additions and 8 deletions
+9 -2
View File
@@ -4,6 +4,7 @@ html,
body {
height: 100%;
overscroll-behavior: none; /* Prevent pull-to-refresh on mobile */
-webkit-text-size-adjust: 100%;
}
body {
@@ -320,6 +321,11 @@ body {
font-size: 0.9rem;
}
.meta-info p {
margin-top: 1rem;
margin-bottom: 1rem;
}
.meta-info p:first-child {
margin-top: 1.2rem;
padding-top: 1.2rem;
@@ -427,8 +433,8 @@ body {
margin: 0 0 1rem;
}
.place-details .place-description {
margin-bottom: 1.5rem;
.place-details p.place-description {
line-height: 1.4;
}
.place-details .actions {
@@ -436,6 +442,7 @@ body {
display: flex;
flex-direction: row;
gap: 1rem;
margin-top: 1.5rem;
}
.btn {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "marco",
"version": "1.8.5",
"version": "1.8.6",
"private": true,
"description": "Unhosted maps app",
"repository": {
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -26,8 +26,8 @@
<meta name="msapplication-TileColor" content="#F6E9A6">
<meta name="msapplication-TileImage" content="/icons/icon-144.png">
<script type="module" crossorigin src="/assets/main-DsIm8MXw.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-Csx4lQiv.css">
<script type="module" crossorigin src="/assets/main-CU1_dCCL.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-CBmhOoaB.css">
</head>
<body>
</body>