Skip to content
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

fix styling bug, version 0.7.1 #130

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix styling bug
  • Loading branch information
Richardsl committed Jun 28, 2024
commit 4f4c89f329c9e8a83ea3422003f042768c9e2923
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,15 @@ renderHeatmapCalendar(this.container, calendarData)
### What's New:
<br>

**Version [0.7.1] - 2024-06-28**
<details>
<summary>fix styling bug</summary>

<br>
</details>

<br>

**Version [0.7.0] - 2024-06-04**
<details>
<summary>New "First day of the week" setting, Thanks @antosha417</summary>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "heatmap-calendar",
"name": "Heatmap Calendar",
"version": "0.7.0",
"version": "0.7.1",
"minAppVersion": "0.12.0",
"description": "Activity Year Overview for DataviewJS, Github style – Track Goals, Progress, Habits, Tasks, Exercise, Finances, \"Dont Break the Chain\" etc.",
"author": "Richard Slettevoll",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heatmap-calendar",
"version": "0.7.0",
"version": "0.7.1",
"description": "Activity Heatmap Calendar Plugin for Obsidian",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
position: relative;
font-size: 0.75em;
background-color: #ebedf0;
width: 100%;
margin-inline-start: auto !important;
}

.theme-dark .heatmap-calendar-boxes .isEmpty {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.5.3": "0.12.0",
"0.5.4": "0.12.0",
"0.6.0": "0.12.0",
"0.7.0": "0.12.0"
"0.7.0": "0.12.0",
"0.7.1": "0.12.0"
}