diff --git a/qr-collection.html b/qr-collection.html
index e40f67e..2ffa9f5 100644
--- a/qr-collection.html
+++ b/qr-collection.html
@@ -75,7 +75,24 @@
border-bottom: 1px solid #E0E0E0;
display: flex;
align-items: center;
- justify-content: space-between;
+ gap: 12px;
+ }
+
+ .filter-section .filter-toggle {
+ flex-shrink: 0;
+ }
+
+ .filter-section .search-box {
+ flex: 1;
+ min-width: 150px;
+ }
+
+ .filter-section .search-box input:focus {
+ border-color: #4CAF50;
+ }
+
+ .filter-section .filter-sidebar-btn {
+ flex-shrink: 0;
}
.filter-title {
@@ -331,7 +348,10 @@
-