Fix calendar layout sizing and responsive grid rendering
This commit is contained in:
+7
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user