diff --git a/package.json b/package.json
index d13768536..83197bee4 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,6 @@
"js-cookie": "3.0.1",
"localforage": "1.10.0",
"parse-link-header": "2.0.0",
- "lozad": "^1.16.0",
"phoenix": "1.6.2",
"punycode.js": "2.1.0",
"qrcode": "1.5.0",
diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss
index b83b88962..654aca3cd 100644
--- a/src/components/notification/notification.scss
+++ b/src/components/notification/notification.scss
@@ -10,6 +10,12 @@
--emoji-size: 14px;
+ &:hover {
+ --_still-image-img-visibility: visible;
+ --_still-image-canvas-visibility: hidden;
+ --_still-image-label-visibility: hidden;
+ }
+
&.-muted {
padding: 0.25em 0.6em;
height: 1.2em;
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
deleted file mode 100644
index 6b587bd1a..000000000
Binary files a/static/android-chrome-192x192.png and /dev/null differ
diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png
deleted file mode 100644
index d9687e414..000000000
Binary files a/static/android-chrome-512x512.png and /dev/null differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
deleted file mode 100644
index 764ee5e87..000000000
Binary files a/static/apple-touch-icon.png and /dev/null differ
diff --git a/static/aurora_borealis.jpg b/static/aurora_borealis.jpg
deleted file mode 100644
index b6a0daf91..000000000
Binary files a/static/aurora_borealis.jpg and /dev/null differ
diff --git a/static/browserconfig.xml b/static/browserconfig.xml
deleted file mode 100644
index 8612648a1..000000000
--- a/static/browserconfig.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
- #370f34
-
-
-
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
deleted file mode 100644
index c137db402..000000000
Binary files a/static/favicon-16x16.png and /dev/null differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
deleted file mode 100644
index 12b475c01..000000000
Binary files a/static/favicon-32x32.png and /dev/null differ
diff --git a/static/favicon.ico b/static/favicon.ico
deleted file mode 100644
index adba86567..000000000
Binary files a/static/favicon.ico and /dev/null differ
diff --git a/static/logo.svg b/static/logo.svg
index 82b650043..68e647e6c 100644
--- a/static/logo.svg
+++ b/static/logo.svg
@@ -1,6 +1,4 @@
-
-
diff --git a/static/manifest.json b/static/manifest.json
deleted file mode 100644
index 38f28093d..000000000
--- a/static/manifest.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "",
- "icons": [
- {
- "src": "/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "/android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "theme_color": "#370f34",
- "background_color": "#370f34",
- "start_url": "https://shigusegubu.club",
- "display": "standalone"
-}
\ No newline at end of file
diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png
deleted file mode 100644
index 781e2b77f..000000000
Binary files a/static/mstile-150x150.png and /dev/null differ
diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg
deleted file mode 100644
index ec37d72e1..000000000
--- a/static/safari-pinned-tab.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/sigsegv.png b/static/sigsegv.png
deleted file mode 100644
index d1855a4b0..000000000
Binary files a/static/sigsegv.png and /dev/null differ
diff --git a/static/sigsegv_s.png b/static/sigsegv_s.png
deleted file mode 100644
index 374ae051f..000000000
Binary files a/static/sigsegv_s.png and /dev/null differ
diff --git a/yarn.lock b/yarn.lock
index a1b7eaf7a..4bf3ae05f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -8315,11 +8315,6 @@ unicode-canonical-property-names-ecmascript@^2.0.0:
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"
integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==
-unicode-emoji-json@^0.3.0:
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/unicode-emoji-json/-/unicode-emoji-json-0.3.0.tgz#965e097ef8a367081c5036f81873015a95a5c1ad"
- integrity sha512-yImheILedqhZtVEEenRELu9AnX347ZTA3bVMWAU5WMUv7pdU2hcfpwo2mKN8Rns9uHLmOZP90/4B4SPS5aF/iw==
-
unicode-match-property-ecmascript@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3"