diff --git a/assets/android-icon.svg b/assets/android-icon.svg new file mode 100644 index 0000000..f534918 --- /dev/null +++ b/assets/android-icon.svg @@ -0,0 +1,19 @@ + + \ No newline at end of file diff --git a/assets/chrome-icon.svg b/assets/chrome-icon.svg new file mode 100644 index 0000000..4ff6ab6 --- /dev/null +++ b/assets/chrome-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/edge-icon.svg b/assets/edge-icon.svg new file mode 100644 index 0000000..4f95f8d --- /dev/null +++ b/assets/edge-icon.svg @@ -0,0 +1 @@ + diff --git a/assets/firefox-icon.svg b/assets/firefox-icon.svg new file mode 100644 index 0000000..c382310 --- /dev/null +++ b/assets/firefox-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/link-icon.svg b/assets/link-icon.svg new file mode 100644 index 0000000..efb339e --- /dev/null +++ b/assets/link-icon.svg @@ -0,0 +1 @@ + diff --git a/posts/drafts/remove-tracking-params-from-links.md b/posts/drafts/remove-tracking-params-from-links.md index cf162bc..d1246a1 100644 --- a/posts/drafts/remove-tracking-params-from-links.md +++ b/posts/drafts/remove-tracking-params-from-links.md @@ -551,6 +551,21 @@ The most basic low tech way to remove the trackers is to just delete them yourse margin-bottom: 0.75em; } +/* Extension/App card icon styling */ +.extension-icon, +.app-icon { + width: 2.5em; + height: 2.5em; + flex-shrink: 0; +} + +.extension-icon img, +.app-icon img { + width: 100%; + height: 100%; + object-fit: contain; +} + /* Extension card styling */ .extension-card { display: flex; @@ -750,6 +765,7 @@ You can install browser extensions that automatically remove tracking parameters
Removes tracking elements from URLs automatically
@@ -758,6 +774,7 @@ You can install browser extensions that automatically remove tracking parameters