Update web/templates/search.html
This commit is contained in:
@@ -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 %}
|
||||||
Reference in New Issue
Block a user