Skip to content

Commit

Permalink
add display inline-block on calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed Oct 21, 2023
1 parent 7b60180 commit 8561373
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
}

:host {

.toolbar-background-md,
.toolbar-background-ios {
background: transparent;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
:host {
padding: 10px 20px;
box-sizing: border-box;
// display: inline-block;
// background-color: #fff;
display: inline-block;
width: 100%;

.title-month {
Expand All @@ -13,7 +12,6 @@
.title {
padding: 0 40px 0 40px;
overflow: hidden;

flex-direction: row;
justify-content: space-between;
align-items: center;
Expand All @@ -34,7 +32,6 @@
color: var(--text-color);
}


.back {
margin-left: -100%;
left: -40px;
Expand All @@ -58,14 +55,12 @@
// color: var(--text-color);
}


.switch-btn .arrow-dropdown {
margin-left: 5px;
}
}

.days.between {

.days-btn.is-last,
.days-btn.is-first {
border-radius: 0;
Expand Down

0 comments on commit 8561373

Please sign in to comment.