hide order on mobile

This commit is contained in:
Pete Matsyburka
2025-04-24 12:59:31 +03:00
parent be60608211
commit d7bfa96d57
@@ -1,5 +1,5 @@
<% dashboard_templates_order = cookies.permanent[:dashboard_templates_order] || 'created_at' %>
<form action="<%= url_for %>" method="get" class="dropdown dropdown-top">
<form action="<%= url_for %>" method="get" class="dropdown dropdown-top hidden md:inline">
<label tabindex="0" class="btn btn-sm h-10">
<%= svg_icon('arrow_sort', class: 'w-5 h-5') %>
</label>