Skip to content

Commit

Permalink
Smokey's Utilities 1.2.3
Browse files Browse the repository at this point in the history
* Fixed: Pinned mentions showing half-transparent
  • Loading branch information
smokey019 authored Aug 14, 2024
1 parent d369f26 commit ebd1f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/smokemotes/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;'
});

Expand Down
2 changes: 1 addition & 1 deletion src/smokemotes/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ebd1f45

Please sign in to comment.