Skip to content

Commit

Permalink
fix: responsive filter margin (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Aug 19, 2024
1 parent e8a8e98 commit 9747e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/templates/unfold/change_list_filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id="changelist-filter" class="backdrop-blur-sm bg-opacity-80 bg-gray-900 flex fixed inset-0 z-50" x-show="filterOpen">
<label for="show-filters" id="changelist-filter-close" class="flex-grow"></label>

<div class="bg-white flex mr-4 my-4 overflow-hidden rounded shadow-sm w-96 dark:bg-gray-800" x-on:click.outside="filterOpen = false">
<div class="bg-white flex mx-4 my-4 overflow-hidden rounded shadow-sm w-96 dark:bg-gray-800" x-on:click.outside="filterOpen = false">
<div class="flex-grow h-full overflow-auto relative">
<h3 class="border-b flex font-semibold mb-6 px-6 py-4 text-gray-900 text-sm dark:text-gray-100 dark:border-gray-700">
{% trans "Filter results" %}
Expand Down

0 comments on commit 9747e54

Please sign in to comment.