From ebd1f45f29af5c41e5b5fe9f4e2a9cc64bb29f90 Mon Sep 17 00:00:00 2001 From: Smokey <9442271+smokey019@users.noreply.github.com> Date: Wed, 14 Aug 2024 01:26:44 -0600 Subject: [PATCH] Smokey's Utilities 1.2.3 * Fixed: Pinned mentions showing half-transparent --- src/smokemotes/index.jsx | 2 +- src/smokemotes/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smokemotes/index.jsx b/src/smokemotes/index.jsx index 2631e8a9..c689c068 100644 --- a/src/smokemotes/index.jsx +++ b/src/smokemotes/index.jsx @@ -285,7 +285,7 @@ class SmokeysUtils extends Addon { pinned_log = createElement('div', { id: 'smokey_pinned_log', - class: 'pinned-highlight-log tw-absolute tw-top-0 tw-full-width tw-c-background-base', + class: 'pinned-highlight-log tw-absolute tw-top-0 tw-z-above tw-full-width tw-c-background-base', style: 'z-order:99 !important;' }); diff --git a/src/smokemotes/manifest.json b/src/smokemotes/manifest.json index 1ecc6904..6d24615e 100644 --- a/src/smokemotes/manifest.json +++ b/src/smokemotes/manifest.json @@ -1,7 +1,7 @@ { "enabled": true, "requires": [], - "version": "1.2.2", + "version": "1.2.3", "short_name": "smokeys_utils", "name": "Smokey's Utilities", "author": "Smokey",