Skip to content

Commit

Permalink
sub
Browse files Browse the repository at this point in the history
  • Loading branch information
Weedshaker committed Oct 30, 2024
1 parent 99fa930 commit e68cd10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
--dialog-clipboard-default-h4-color: var(--background-color);
--dialog-left-slide-in-background-color: var(--background-color, canvas);
--dialog-left-slide-in-gap-custom: var(--spacing);
--dialog-left-slide-in-max-width-custom: max(560px, 50dvw);
--dialog-left-slide-in-max-width-mobile-custom: 100%;
--dialog-left-slide-in-padding-custom: var(--spacing);
--dialog-top-slide-in-background-color: var(--dialog-left-slide-in-background-color);
--dialog-top-slide-in-ul-margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/es/Environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ self.Environment = {
language: currentScriptUrl.searchParams.get('language') || document.documentElement.getAttribute('lang') || 'en',
stage: currentScriptUrl.searchParams.get('stage') || document.documentElement.getAttribute('stage') || 'alpha',
keepAlive: 86400000,
version: currentScriptUrl.searchParams.get('version') || document.documentElement.getAttribute('version') || '4.2.42', // https://semver.org/
version: currentScriptUrl.searchParams.get('version') || document.documentElement.getAttribute('version') || '4.2.43', // https://semver.org/
/**
* Get custom mobile breakpoint
* @param {{constructor?: string, tagName?: string, namespace?: string}} organism
Expand Down

0 comments on commit e68cd10

Please sign in to comment.