Fix calendar layout sizing and responsive grid rendering

This commit is contained in:
2026-04-11 19:38:25 +02:00
parent a3b24ccac1
commit 291e98fb5a
2 changed files with 25 additions and 10 deletions
+7 -3
View File
@@ -395,7 +395,7 @@ button {
}
.calendar-heatmap {
min-height: 16rem;
min-height: 0;
overflow-x: auto;
}
@@ -403,7 +403,7 @@ button {
display: flex;
justify-content: flex-end;
gap: 0.45rem;
margin-top: 1rem;
margin-top: 0.55rem;
color: var(--muted);
font-size: 0.82rem;
}
@@ -442,11 +442,15 @@ button {
.calendar-svg,
.line-chart svg {
width: 100%;
height: auto;
display: block;
}
.calendar-svg {
width: auto;
max-width: 100%;
}
.calendar-tooltip {
fill: var(--muted);
font-size: 11px;