diff --git a/README.md b/README.md
index 24daaee..1028210 100644
--- a/README.md
+++ b/README.md
@@ -240,6 +240,15 @@ renderHeatmapCalendar(this.container, calendarData)
### What's New:
+**Version [0.7.1] - 2024-06-28**
+
+fix styling bug
+
+
+
+
+
+
**Version [0.7.0] - 2024-06-04**
New "First day of the week" setting, Thanks @antosha417
diff --git a/manifest.json b/manifest.json
index 6da3ffa..abbbb57 100644
--- a/manifest.json
+++ b/manifest.json
@@ -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",
diff --git a/package-lock.json b/package-lock.json
index cf8eea1..3a7bbc6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "heatmap-calendar",
- "version": "0.6.0",
+ "version": "0.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "heatmap-calendar",
- "version": "0.6.0",
+ "version": "0.7.0",
"license": "Apache-2.0 License",
"devDependencies": {
"@types/node": "^18.0.5",
diff --git a/package.json b/package.json
index a71911f..76e8881 100644
--- a/package.json
+++ b/package.json
@@ -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": {
diff --git a/styles.css b/styles.css
index 8135fd3..3d2e0e1 100644
--- a/styles.css
+++ b/styles.css
@@ -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 {
diff --git a/versions.json b/versions.json
index b025dcb..d4b0171 100644
--- a/versions.json
+++ b/versions.json
@@ -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"
}
\ No newline at end of file