moved the report button

This commit is contained in:
2026-07-17 18:19:42 +02:00
parent 2cda77b9a5
commit 9d30359602
5 changed files with 55 additions and 42 deletions
+9 -2
View File
@@ -178,7 +178,6 @@ button { -webkit-tap-highlight-color: transparent; }
.amount-input span { padding-left: 9px; font-size: 13px; }
.amount-input input { width: 100%; min-width: 0; height: 100%; padding: 0 8px 0 3px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.custom-amount-form > button { padding: 0 13px; }
.report-row { display: flex; justify-content: flex-end; margin-bottom: 7px; }
.delete-row { display: flex; justify-content: flex-end; margin-top: 7px; }
.report-button {
display: flex;
@@ -194,7 +193,15 @@ button { -webkit-tap-highlight-color: transparent; }
font-weight: 800;
text-decoration: none;
}
.report-row .report-button { min-width: 92px; }
.calendar-header .report-button {
min-height: 36px;
padding: 0 13px;
border-color: var(--green);
border-radius: 999px;
background: transparent;
color: var(--green);
font-size: 12px;
}
.delete-row button {
min-height: 28px;
padding: 0 10px;