diff --git a/src/popup/changes.js b/src/popup/changes.js index 9dca0f9..3f2b40d 100644 --- a/src/popup/changes.js +++ b/src/popup/changes.js @@ -2,9 +2,9 @@ const RELEASE_CHANGES = `

🛠️ Improvements

🐛 Bug Fixes

diff --git a/src/sass/elements/_right--sticky.scss b/src/sass/elements/_right--sticky.scss index 6a84eb9..6528628 100644 --- a/src/sass/elements/_right--sticky.scss +++ b/src/sass/elements/_right--sticky.scss @@ -34,6 +34,7 @@ But adding this "main" blocked this style to smaller screens so I have to add it // --box-shadow-sticky: none; } + /* "My GPTs" page - sticky header with scrollable tags and LR arrows */ &.top-14 { padding-bottom: 0.6rem !important; } diff --git a/src/sass/pages/_gpt-store.scss b/src/sass/pages/_gpt-store.scss index 097997c..b7089ec 100644 --- a/src/sass/pages/_gpt-store.scss +++ b/src/sass/pages/_gpt-store.scss @@ -1,7 +1,6 @@ -/* href="/auth/login?next=/gpts is for Guest mode on GPTs Store */ - +/* .h-full.overflow-y-auto:has(> .sticky > [href='/']) is for Guest mode on GPTs Store */ main:has(.sticky [href='/gpts/editor']), -.h-full.overflow-y-auto:has(.sticky [href^='/auth/login?next=/gpts']) { +.h-full.overflow-y-auto:has(> .sticky > [href='/']) { a.gizmo-link { transition: ease-in-out 0.25s;