diff --git a/src/api/templates/_sidebar.html b/src/api/templates/_sidebar.html index 47164d7..493c060 100644 --- a/src/api/templates/_sidebar.html +++ b/src/api/templates/_sidebar.html @@ -5,7 +5,7 @@ position: fixed; top: 136px; right: 2rem; - width: 280px; + width: 380px; background: #fff; border-radius: 8px; padding: 1rem 1.25rem; @@ -15,18 +15,18 @@ } .special-search-link { - display: block; - padding: 0.75rem; - background: #f8f9fa; - border-radius: 6px; + display: inline-block; + padding: 0.25rem 0.6rem; + background: #e7f3ff; color: #0066cc; + border-radius: 20px; + font-size: 0.8rem; text-decoration: none; - font-size: 0.875rem; transition: background 0.15s ease; } .special-search-link:hover { - background: #e7f3ff; + background: #d0e8ff; text-decoration: underline; } @@ -84,7 +84,7 @@ {% endif %} -