Compare commits

...
2 Commits
Author SHA1 Message Date
raucao cdeb4f5d8c 1.29.1
CI / Lint (push) Successful in 1m0s
CI / Test (push) Successful in 1m14s
2026-08-20 17:04:53 -06:00
raucao 8494f5a084 Fix button width 2026-08-20 17:04:04 -06:00
8 changed files with 12 additions and 7 deletions
+5
View File
@@ -1093,6 +1093,11 @@ abbr[title] {
} }
.btn { .btn {
/* TODO: remove this scoped rule in favor of a global box-sizing reset
(e.g. `*, *::before, *::after { box-sizing: border-box; }`) at the top
of this file. Needed so `width: 100%` .btn elements like <a class="btn-full">
include padding within their width like <button> does. */
box-sizing: border-box;
padding: 0.6rem 1.2rem; padding: 0.6rem 1.2rem;
border-radius: 4px; border-radius: 4px;
cursor: pointer; cursor: pointer;
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "marco", "name": "marco",
"version": "1.29.0", "version": "1.29.1",
"private": true, "private": true,
"description": "Unhosted maps app", "description": "Unhosted maps app",
"repository": { "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
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -39,8 +39,8 @@
<meta name="msapplication-TileColor" content="#F6E9A6"> <meta name="msapplication-TileColor" content="#F6E9A6">
<meta name="msapplication-TileImage" content="/icons/icon-144.png"> <meta name="msapplication-TileImage" content="/icons/icon-144.png">
<script type="module" crossorigin src="/assets/main-Cx0KJENk.js"></script> <script type="module" crossorigin src="/assets/main-D_udYDYo.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-CHNrhL7t.css"> <link rel="stylesheet" crossorigin href="/assets/main-DWxZH-9E.css">
</head> </head>
<body> <body>
<div id="modal-portal"></div> <div id="modal-portal"></div>