Skip to content

Commit

Permalink
Don't apply the date styling and change lineheight slightly (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck authored Jun 23, 2022
1 parent d433bc7 commit df9d2d5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ export default {
return `Today, ${today.format("D MMMM YYYY")}`;
},
},
updated() {
this.applyDateStyling();
},
updated() {},
methods: {
redirectToCalendar(e) {
window.location.href = "/apps/calendar/dayGridMonth/now";
Expand Down Expand Up @@ -123,15 +121,15 @@ export default {
.datepicker-dateRange-item-active {
border: 3px solid white;
outline: thin solid #3276b1;
line-height: 27px;
line-height: 24px;
}
span {
width: 42px;
height: 42px;
border-radius: 14px;
margin: 2px;
line-height: 30px;
line-height: 28px;
}
span div {
Expand Down

0 comments on commit df9d2d5

Please sign in to comment.