Skip to content

Commit

Permalink
Merge branch 'feature/ant5' of https://github.com/simularium/simulari…
Browse files Browse the repository at this point in the history
…um-website into feature/custom-button
  • Loading branch information
interim17 committed Jan 31, 2025
2 parents d504830 + e5af8f7 commit 2db65f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ShareTrajectoryModal/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@

.local-file-message p {
font-size: 14px;
}
}
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type CHECKBOX_TYPE_STAR = typeof CHECKBOX_TYPE_STAR;
export const TOOLTIP_COLOR = "#3B3649";
export const TOOLTIP_DELAY = 1; // in seconds
export const COLORPICKER_POPOVER_OFFSET = [10, 10];
export const NAV_BAR_TOOLTIP_OFFSET = [15, 20];
export const NAV_BAR_TOOLTIP_OFFSET = [15, 10];
export const URL_PARAM_BASE_TYPES = "base_types.json";
export const URL_PARAM_CUSTOM_TYPES = "custom-types";
// URLs
Expand Down

0 comments on commit 2db65f8

Please sign in to comment.