diff --git a/index.html b/index.html
index fc26444..f069165 100644
--- a/index.html
+++ b/index.html
@@ -267,16 +267,19 @@
diff --git a/style.css b/style.css
index 5d49042..ba8fde8 100644
--- a/style.css
+++ b/style.css
@@ -3175,6 +3175,13 @@ body:has(.header) .container {
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease;
+ display: flex;
+ align-items: center;
+ gap: 0.5rem;
+}
+
+.filter-btn i {
+ font-size: 0.9rem;
}
.filter-btn:hover {
@@ -3200,12 +3207,24 @@ body:has(.header) .container {
}
.transaction-filters {
- gap: 0.35rem;
+ gap: 0.5rem;
}
.filter-btn {
- padding: 0.4rem 0.6rem;
- font-size: 0.75rem;
+ padding: 0.5rem 0.6rem;
+ font-size: 0.85rem;
border-radius: 0.35rem;
+ gap: 0;
+ min-width: 38px;
+ justify-content: center;
+ }
+
+ .filter-btn i {
+ font-size: 0.85rem;
+ }
+
+ /* Hide text on mobile, show only icons */
+ .filter-btn .filter-text {
+ display: none;
}
}