diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a369ed..5077f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.1.5] - 2024-01- +### Added +- Horizontal scroll for heatmap on mobile +- Heatmap and weight in two different cards + ## [0.1.4] - 2024-01-22 ### Added - Statistics page diff --git a/internal/web/public/css/index.css b/internal/web/public/css/index.css index dc0d117..dabd6da 100644 --- a/internal/web/public/css/index.css +++ b/internal/web/public/css/index.css @@ -28,4 +28,10 @@ } .del-set-button:hover { background-color: #0000001a; +} + +@media (max-width: 1399px) { + .horiz-scroll { + overflow-x: scroll; + } } \ No newline at end of file diff --git a/internal/web/templates/index.html b/internal/web/templates/index.html index ba07b93..87da1ae 100644 --- a/internal/web/templates/index.html +++ b/internal/web/templates/index.html @@ -40,26 +40,28 @@
-
-
-
-
- -
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
- -
- -
-
-
- +
-
+
@@ -67,8 +69,8 @@

-
+