Commit all changes

This commit is contained in:
2025-04-27 17:43:41 +02:00
parent 66884527f1
commit 1c5b38fade
5 changed files with 1071 additions and 85 deletions
+28 -3
View File
@@ -170,8 +170,19 @@ p {
margin-bottom: 20px;
}
/* New: Option rows for analysis options */
.options-row {
display: flex;
flex-direction: column;
gap: 16px;
width: 100%;
}
.advanced-row {
margin-top: 16px;
}
.option-group {
flex: 1;
width: 100%;
min-width: 200px;
}
@@ -377,7 +388,7 @@ textarea {
.chart-container {
position: relative;
height: 300px;
margin-bottom: 10px;
margin-bottom: 40px;
border: 1px solid var(--border-color);
border-radius: 6px;
padding: 10px;
@@ -404,6 +415,11 @@ textarea {
display: none;
}
/* Add extra space after the last goal label in each chart */
.goal-label:last-child {
margin-bottom: 24px;
}
/* PDF Export Styles */
.pdf-export .chart-container {
max-width: 500px; /* Optimal width for A4 page with margins */
@@ -428,7 +444,16 @@ textarea {
.options-container {
flex-direction: column;
}
.options-row {
flex-direction: column;
gap: 16px;
}
.advanced-row {
margin-top: 16px;
flex-direction: row;
display: flex;
gap: 24px;
}
.report-header {
flex-direction: column;
align-items: flex-start;