bugfix - 清除slider的错误样式,添加sound面板auto-px

This commit is contained in:
yuanchongjun 2022-11-28 14:41:32 +08:00
parent deaab363a3
commit b0e7af83af
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,7 @@ export const autoPxStyle: CSSResult = css`
--auto-24px: calc(24px / var(--hostDevicePixelRatio));
--auto-25_6px: calc(25.6px / var(--hostDevicePixelRatio));
--auto-26px: calc(26px / var(--hostDevicePixelRatio));
--auto-27px: calc(27px / var(--hostDevicePixelRatio));
--auto-28px: calc(28px / var(--hostDevicePixelRatio));
--auto-30px: calc(30px / var(--hostDevicePixelRatio));
--auto-31px: calc(31px / var(--hostDevicePixelRatio));
@ -60,6 +61,7 @@ export const autoPxStyle: CSSResult = css`
--auto-71px: calc(70px / var(--hostDevicePixelRatio));
--auto-72px: calc(72px / var(--hostDevicePixelRatio));
--auto-74px: calc(66px / var(--hostDevicePixelRatio));
--auto-75px: calc(75px / var(--hostDevicePixelRatio));
--auto-76px: calc(76px / var(--hostDevicePixelRatio));
--auto-77px: calc(77px / var(--hostDevicePixelRatio));
--auto-80px: calc(80px / var(--hostDevicePixelRatio));
@ -134,6 +136,7 @@ export const autoPxStyle: CSSResult = css`
--auto-524px: calc(520px / var(--hostDevicePixelRatio));
--auto-534px: calc(534px / var(--hostDevicePixelRatio));
--auto-543px: calc(543px / var(--hostDevicePixelRatio));
--auto-568px: calc(568px / var(--hostDevicePixelRatio));
--auto-596px: calc(596px / var(--hostDevicePixelRatio));
--auto-598px: calc(598px / var(--hostDevicePixelRatio));
--auto-606px: calc(606px / var(--hostDevicePixelRatio));

View File

@ -8,7 +8,6 @@ export const sharedStyles: CSSResult = css`
}
.content {
height: var(--auto-6px);
margin: 0 var(--auto-120px);
position: relative;
top: 50%;
transform: translateY(-50%);