Skip to content

Commit

Permalink
fix: improve calendar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
srg-kostyrko committed Jul 7, 2024
1 parent 1e486a8 commit 05011d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
display: grid;
grid-template-columns: repeat(7, 30px);
gap: 6px;
margin: 0 auto;
}
.journal-calendar-view-month.with-week {
grid-template-columns: repeat(8, 30px);
Expand All @@ -290,14 +291,12 @@
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 6px;
}
.journal-calendar-view-title-row {
width: 100%;
display: grid;
grid-template-columns: 18px 18px 1fr 18px 18px;
grid-template-columns: 18px 18px 120px 18px 18px;
gap: 6px;
margin-bottom: 6px;
margin: 0 auto 6px auto;
}
.journal-calendar-view-title-row > div {
padding: 4px 0;
Expand All @@ -309,6 +308,7 @@
display: flex;
justify-content: space-around;
align-items: center;
gap: 4px;
}
.journal-note-marker {
position: absolute;
Expand Down

0 comments on commit 05011d3

Please sign in to comment.