Refactor AddEntryDialog and AccountDetail for improved UI consistency; remove unused AddYearDialog; enhance Dashboard layout and button styles

This commit is contained in:
2026-04-03 09:16:59 +02:00
parent a02b0e9436
commit 719b33bb71
5 changed files with 49 additions and 38 deletions

View File

@@ -184,6 +184,20 @@ html, body {
font-size: 0.9rem;
}
.btn-nav {
width: 75px;
height: 75px;
display: flex;
flex-direction: column;
gap: 0;
justify-content: center;
font-size: 0.8rem !important;
}
.btn-nav i {
font-size: 2rem;
}
.btn-primary {
background-color: var(--color-accent);
border-color: var(--color-accent);