Skip to content

Commit

Permalink
Update alert page design
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Jan 11, 2025
1 parent e76528d commit d069208
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
html/i18n/
pnpm-lock.yaml
pnpm-lock.yaml
README.md
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![Mozilla Add-on Rating](https://img.shields.io/amo/rating/stop-malware-content?label=Firefox)
![Chrome Web Store Rating](https://img.shields.io/chrome-web-store/rating/fiaoknmfemniellplflmbpbnagnpphkg?label=Chrome)

***
---

<p align="center">
<h1 align="center">
Expand All @@ -19,7 +19,7 @@
<p align="center">Restricts access to harmful or unwanted web resources.</p>
</p>

***
---

<p align="center">
<a href="https://ko-fi.com/nitrrine"><img alt="kofi-singular" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/donate/kofi-singular_vector.svg"></a>
Expand All @@ -32,7 +32,7 @@
<a href="https://addons.mozilla.org/en-US/firefox/addon/stop-malware-content"><img alt="get-for-firefox" height="60" src="https://github.com/user-attachments/assets/59990490-3e9b-4a76-b974-2a8d0b8e6230"></a>
</p>

***
---

## FAQ

Expand Down
6 changes: 4 additions & 2 deletions html/alert.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,17 @@
}

.details {
border: 1px solid var(--primary);
padding: 1em;
border: 1px solid var(--primary);
border-radius: 4px;
}

.btn {
border: none;
padding: 0.5em 1em;
cursor: pointer;
border: 1px solid transparent;
border-radius: 2px;
}

.btn.primary {
Expand Down Expand Up @@ -180,7 +182,7 @@ <h1>
Was this an error?
</p>
<a
href="https://github.com/StopMalwareContent/Site-Tracker/issues/new/choose"
href="https://smc-dashboard.pages.dev/report"
translate-key="report_a_false_positive"
target="_blank"
>Report a false positive.</a
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Stop Malware Content",
"version": "1.4.1",
"version": "1.4.2",

"description": "Restricts access to harmful or unwanted web resources.",

Expand Down

0 comments on commit d069208

Please sign in to comment.