diff --git a/src/components/base/auto-px-style.ts b/src/components/base/auto-px-style.ts index f3bd08c..9c7301f 100644 --- a/src/components/base/auto-px-style.ts +++ b/src/components/base/auto-px-style.ts @@ -43,14 +43,17 @@ export const autoPxStyle: CSSResult = css` --auto-50px: calc(50px / var(--hostDevicePixelRatio)); --auto-53px: calc(53px / var(--hostDevicePixelRatio)); --auto-54px: calc(54px / var(--hostDevicePixelRatio)); + --auto-55px: calc(55px / var(--hostDevicePixelRatio)); --auto-56px: calc(56px / var(--hostDevicePixelRatio)); --auto-57_6px: calc(57.6px / var(--hostDevicePixelRatio)); --auto-58px: calc(58px / var(--hostDevicePixelRatio)); + --auto-60px: calc(60px / var(--hostDevicePixelRatio)); --auto-64px: calc(64px / var(--hostDevicePixelRatio)); --auto-66px: calc(66px / var(--hostDevicePixelRatio)); --auto-70px: calc(70px / var(--hostDevicePixelRatio)); --auto-71px: calc(70px / var(--hostDevicePixelRatio)); --auto-72px: calc(72px / var(--hostDevicePixelRatio)); + --auto-68px: calc(68px / var(--hostDevicePixelRatio)); --auto-74px: calc(66px / var(--hostDevicePixelRatio)); --auto-76px: calc(76px / var(--hostDevicePixelRatio)); --auto-77px: calc(77px / var(--hostDevicePixelRatio)); @@ -61,6 +64,7 @@ export const autoPxStyle: CSSResult = css` --auto-92px: calc(92px / var(--hostDevicePixelRatio)); --auto-96px: calc(96px / var(--hostDevicePixelRatio)); --auto-108px: calc(108px / var(--hostDevicePixelRatio)); + --auto-105px: calc(105px / var(--hostDevicePixelRatio)); --auto-112px: calc(112px / var(--hostDevicePixelRatio)); --auto-116px: calc(116px / var(--hostDevicePixelRatio)); --auto-118px: calc(118px / var(--hostDevicePixelRatio)); @@ -73,7 +77,9 @@ export const autoPxStyle: CSSResult = css` --auto-166px: calc(166px / var(--hostDevicePixelRatio)); --auto-176px: calc(176px / var(--hostDevicePixelRatio)); --auto-183px: calc(183px / var(--hostDevicePixelRatio)); + --auto-185px: calc(185px / var(--hostDevicePixelRatio)); --auto-186px: calc(186px / var(--hostDevicePixelRatio)); + --auto-188px: calc(188px / var(--hostDevicePixelRatio)); --auto-200px: calc(200px / var(--hostDevicePixelRatio)); --auto-201px: calc(201px / var(--hostDevicePixelRatio)); --auto-206px: calc(206px / var(--hostDevicePixelRatio)); @@ -114,6 +120,7 @@ export const autoPxStyle: CSSResult = css` --auto-640px: calc(640px / var(--hostDevicePixelRatio)); --auto-736px: calc(736px / var(--hostDevicePixelRatio)); --auto-781px: calc(781px / var(--hostDevicePixelRatio)); + --auto-640px: calc(640px / var(--hostDevicePixelRatio)); --auto-815px: calc(815px / var(--hostDevicePixelRatio)); --auto-1040px: calc(1040px / var(--hostDevicePixelRatio)); --auto-1592px: calc(1592px / var(--hostDevicePixelRatio));