Compare commits

...

2 Commits

Author SHA1 Message Date
Ajay
7a605b8a2c bump version 2025-10-14 16:32:44 -04:00
Ajay
b59241cb08 Fix skip profile menu appearing behind your work box
Fixes #2359
2025-10-14 15:10:33 -04:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "__MSG_fullName__",
"short_name": "SponsorBlock",
"version": "6.0.2",
"version": "6.0.3",
"default_locale": "en",
"description": "__MSG_Description__",
"homepage_url": "https://sponsor.ajay.app",

View File

@@ -321,6 +321,8 @@
justify-content: space-evenly;
display: flex;
position: relative;
z-index: 1;
}
.sbControlsMenu-item {
display: flex;