Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cdeb4f5d8c
|
||
|
|
8494f5a084
|
@@ -1093,6 +1093,11 @@ abbr[title] {
|
||||
}
|
||||
|
||||
.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;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marco",
|
||||
"version": "1.29.0",
|
||||
"version": "1.29.1",
|
||||
"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
File diff suppressed because one or more lines are too long
+2
-2
@@ -39,8 +39,8 @@
|
||||
<meta name="msapplication-TileColor" content="#F6E9A6">
|
||||
<meta name="msapplication-TileImage" content="/icons/icon-144.png">
|
||||
|
||||
<script type="module" crossorigin src="/assets/main-Cx0KJENk.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-CHNrhL7t.css">
|
||||
<script type="module" crossorigin src="/assets/main-D_udYDYo.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-DWxZH-9E.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="modal-portal"></div>
|
||||
|
||||
Reference in New Issue
Block a user