refactor(app): implement year filter for account entries and update related services
This commit is contained in:
@@ -138,6 +138,16 @@ html, body {
|
||||
margin-bottom: 0.5rem !important;
|
||||
}
|
||||
|
||||
.filter-options-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.filter-options-grid .btn {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Navbar */
|
||||
.app-navbar {
|
||||
background-color: var(--color-surface);
|
||||
|
||||
Reference in New Issue
Block a user