diff --git a/src/components/date-picker/styles.ts b/src/components/date-picker/styles.ts index 3a965b7347..491f5425d9 100644 --- a/src/components/date-picker/styles.ts +++ b/src/components/date-picker/styles.ts @@ -80,33 +80,6 @@ export const datePickerStyles = css` text-align: center; margin-left: 48px; } - - @media only screen and (max-width: 500px) { - calendar-month { - min-height: calc(34px * 7); - } - calendar-month::part(day) { - font-size: var(--ha-font-size-s); - } - calendar-month::part(button) { - height: 26px; - width: 26px; - } - calendar-month::part(range-inner), - calendar-month::part(range-start), - calendar-month::part(range-end), - calendar-month::part(selected), - calendar-month::part(selected):hover { - height: 34px; - width: 34px; - } - .heading { - font-size: var(--ha-font-size-s); - } - .month-year { - margin-left: 40px; - } - } `; export const dateRangePickerStyles = css`