Skip to content

Commit

Permalink
chore: Bump version number to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmartashub committed Sep 13, 2024
1 parent 99db7fa commit ea5dffb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/manifests/chromium-mv3/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "4.0.2",
"version": "4.0.3",
"name": "GPThemes - ChatGPT Customization",
"description": "Transform ChatGPT's user interface with customisable accent colour, font styles and chats width, modern designs and chat bubbles.",
"author": "itsmarta",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/firefox-mv2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "4.0.2",
"version": "4.0.3",
"name": "GPThemes - ChatGPT Customization",
"description": "Transform ChatGPT's user interface with customisable accent colour, font styles and chats width, modern designs and chat bubbles.",
"author": "itsmarta",
Expand Down
4 changes: 3 additions & 1 deletion src/sass/abstract/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
hsla(var(--accent-hsl) / 0.05) 60%,
hsla(var(--accent-hsl) / 0.45) 100%);

--c-bg-chats-sticky: linear-gradient(to bottom, hsla(var(--accent-h) var(--surface-s) calc(var(--surface-l) * 1.025) / 1), transparent);

/* ? --- OTHERER --- */
--chat_user_edit_icon_right: 100%;
// --chat_user_edit_icon_top: translateY(100%);
Expand Down Expand Up @@ -144,7 +146,7 @@
--px-chat-bubble-edge-gap: 0.45rem;
}

--c-bg-chats-sticky: linear-gradient(to bottom, hsla(var(--accent-h) var(--surface-s) calc(var(--surface-l) * 1.025) / 1), transparent);

// --box-shadow-sticky: 0 10px 40px 5px hsla(var(--accent-h) var(--surface-s) calc(var(--surface-l) * 1.025) / 0.85);


Expand Down

0 comments on commit ea5dffb

Please sign in to comment.