-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(datepicker): make calendar responsive #3086
Conversation
$mat-calendar-table-cell-padding: 1px !default; | ||
$mat-calendar-table-cell-content-size: 32px !default; | ||
$mat-calendar-table-label-padding-start: 5% !default; | ||
$mat-calendar-table-label-translation: -.5em; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nit: why do we use em and px at the same time? Can we convert it to px?
done |
LGTM |
* started working on responsive calendar table * fix today, selected, hover styles * fix label positioning * replace em with px * fix today cell styling
* started working on responsive calendar table * fix today, selected, hover styles * fix label positioning * replace em with px * fix today cell styling
* started working on responsive calendar table * fix today, selected, hover styles * fix label positioning * replace em with px * fix today cell styling
* started working on responsive calendar table * fix today, selected, hover styles * fix label positioning * replace em with px * fix today cell styling
* started working on responsive calendar table * fix today, selected, hover styles * fix label positioning * replace em with px * fix today cell styling
* started working on responsive calendar table * fix today, selected, hover styles * fix label positioning * replace em with px * fix today cell styling
* started working on responsive calendar table * fix today, selected, hover styles * fix label positioning * replace em with px * fix today cell styling
* started working on responsive calendar table * fix today, selected, hover styles * fix label positioning * replace em with px * fix today cell styling
* started working on responsive calendar table * fix today, selected, hover styles * fix label positioning * replace em with px * fix today cell styling
* started working on responsive calendar table * fix today, selected, hover styles * fix label positioning * replace em with px * fix today cell styling
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
calendar cells expand to fill available width, but maintain their 1:1 aspect ratio