Update web/templates/search.html

This commit is contained in:
2025-08-17 03:22:17 +00:00
parent 6bd31c43b0
commit 0c45e5ecfb
+14
View File
@@ -225,4 +225,18 @@
.page-title.open .chevron { transform: rotate(180deg); } .page-title.open .chevron { transform: rotate(180deg); }
.dropdown-toggle { cursor:pointer; } .dropdown-toggle { cursor:pointer; }
</style> </style>
<style>
/* ...keep your existing styles... */
/* Ensure the history heading keeps the chevron next to the text */
.history-title{
display:inline-flex !important; /* don't stretch full width */
align-items:center;
justify-content:flex-start !important;
gap:8px; /* space between text and chevron */
padding:10px 16px; /* left/right white space */
margin:0; /* remove default h1 margin */
}
</style>
{% endblock %} {% endblock %}