diff options
-rw-r--r-- | contrib/notification.d/style.css | 4 | ||||
-rw-r--r-- | contrib/notification.html | 3 |
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> |