aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-05-26 10:07:37 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-05-26 10:07:37 +0200
commit51a7453e6c8acd17b9cbdac7fda278d915501197 (patch)
tree54adcb0f3e7989981f130246158a5e8dcfb070a1 /contrib
parent73564c74c0829af96c3a0563c6cc6d4cf5616ef4 (diff)
contrib/notification: update the screenshot procedure
Diffstat (limited to 'contrib')
-rw-r--r--contrib/notification.d/style.css4
-rw-r--r--contrib/notification.html3
2 files changed, 2 insertions, 5 deletions
diff --git a/contrib/notification.d/style.css b/contrib/notification.d/style.css
index f9c3404..648ea23 100644
--- a/contrib/notification.d/style.css
+++ b/contrib/notification.d/style.css
@@ -34,7 +34,3 @@ pre {
span.link {
color: #863600;
}
-span.tag {
- font-family: fira-mono, monospace;
- background-color: #e6e6e6;
-}
diff --git a/contrib/notification.html b/contrib/notification.html
index f483ab0..7875036 100644
--- a/contrib/notification.html
+++ b/contrib/notification.html
@@ -28,7 +28,8 @@
<p><input type="checkbox" onclick="visible(this, 'queued')"> Queued since <input type="text" value="oct/18/2022 18:30:48" onchange="update(this, 'queued-since')"></p>
<p><input type="checkbox" onclick="visible(this, 'cut')"> Cut-off with <input type="number" min=1 max=99 value=13 onchange="update(this, 'cut-percent')"> percent</p>
-<p>ℹ️ Open the inspector, select the <span class="tag">div</span> element, right click and select "<i>Screenshot Node</i>"!</p>
+<p>Then right-click, click "<i>Take Screenshot</i>" and finally select the
+notification and download it.</p>
</body>
</html>