Update web/templates/search.html
This commit is contained in:
parent
6bd31c43b0
commit
0c45e5ecfb
@ -225,4 +225,18 @@
|
||||
.page-title.open .chevron { transform: rotate(180deg); }
|
||||
.dropdown-toggle { cursor:pointer; }
|
||||
</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 %}
|
||||
Loading…
Reference in New Issue
Block a user