Skip to content

Commit

Permalink
chore: actions-element-id (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Jan 8, 2025
1 parent aec9103 commit b97c0dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% if actions_on_top %}
{% if cl.search_fields or action_form or cl.has_filters %}
<div class="bottom-0 left-0 right-0 hidden bg-primary-600 group-has-[input.action-select:checked]:flex fixed gap-3 lg:h-[71px] items-center p-3 z-50 lg:flex-row dark:bg-primary-500">
<div class="flex-grow lg:px-4" {% if not is_popup %}x-bind:class="{'xl:ml-0': !sidebarDesktopOpen, 'xl:ml-72': sidebarDesktopOpen}"{% endif %}>
<div id="changelist-actions-wrapper" class="flex-grow lg:px-4" {% if not is_popup %}x-bind:class="{'xl:ml-0': !sidebarDesktopOpen, 'xl:ml-72': sidebarDesktopOpen}"{% endif %}>
{% if action_form %}
{% admin_actions %}
{% endif %}
Expand Down

0 comments on commit b97c0dd

Please sign in to comment.