Fjern unpkg CDN-avhengigheit og legg til slett-buffer-knapp
Leaflet vendora: - Fjerna CDN <link> for Leaflet CSS (allereie bundla via npm-import) - Kartmarkør-ikon brukar bundla bilete i staden for unpkg URL-ar - CSP stramma: unpkg ikkje lenger naudsynt i style-src/img-src Slett buffer: - «Slett lagra data»-knapp i om-dialogen - Slettar localStorage, IndexedDB og tenestararbeidar-bufferar - Lokalisert til en/nb/nn Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
97225d1e77
commit
4a95e0e23f
7 changed files with 62 additions and 8 deletions
|
|
@ -458,6 +458,24 @@ html, body {
|
|||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.about-clear-btn {
|
||||
display: block;
|
||||
margin: 12px 0 0;
|
||||
padding: 8px 16px;
|
||||
background: transparent;
|
||||
border: 1px solid #90A4AE;
|
||||
border-radius: 6px;
|
||||
color: #90A4AE;
|
||||
font-size: 13px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.about-clear-btn:disabled {
|
||||
border-color: #4a6a5a;
|
||||
color: #4a6a5a;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.about-close-btn {
|
||||
display: block;
|
||||
margin: 16px auto 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue