From 40e2fae5f910d270ba18c52736179068cbe3333a Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 11 Aug 2026 00:44:31 +0200 Subject: Fix admin.css button states and table padding --- app/views/layouts/_nav_controls.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/layouts/_nav_controls.html.erb b/app/views/layouts/_nav_controls.html.erb index 70d5130c..66524044 100644 --- a/app/views/layouts/_nav_controls.html.erb +++ b/app/views/layouts/_nav_controls.html.erb @@ -36,7 +36,8 @@ <% end %> <% if current_user %> - <%= button_to logout_path, method: :delete, aria: { label: t(".log_out") }, title: t(".log_out") do %> + <%= button_to logout_path, method: :delete, form: { class: "button_to session_ending" }, + aria: { label: t(".log_out") }, title: t(".log_out") do %> <%= icon("logout", library: "tabler", "aria-hidden": true) %> <% end %> <% end %> -- cgit v1.3