Revert "Add left to right slide in transition on main content rerender (#container)"

This reverts commit ae460815d7.
This commit is contained in:
Peter Stockings
2023-08-15 15:34:29 +10:00
parent ae460815d7
commit d3df532570
8 changed files with 23 additions and 74 deletions

View File

@@ -1,7 +1,6 @@
{% for p in people %}
<li>
<a hx-get="{{ url_for('get_calendar' ,person_id=p['PersonId']) }}" hx-push-url="true" hx-target="#container"
hx-swap="innerHTML transition:true"
class="text-base text-gray-900 font-normal rounded-lg hover:bg-gray-100 flex items-center p-2 group cursor-pointer page-link"
_="on click add .hidden to #sidebar then remove .ml-64 from #main then go to the top of the body">
<svg class="w-6 h-6 text-gray-500 flex-shrink-0 group-hover:text-gray-900 transition duration-75"