From 4afd42c12c7fa911a1689caeeaaffcd061f9305b Mon Sep 17 00:00:00 2001 From: Sarken Date: Tue, 30 Sep 2025 06:54:26 -0400 Subject: [PATCH 1/9] AO3-4629 Fix position of chapter and download options on works - With JS disabled, the chapter menu is not present (unchanged) and the download menu appears on its own row, after the other navigation. - With JS enabled, the menus are now position relative to their buttons so they never hide them. -- The download menu is the same width as its parent because the options are short. -- The chapter menu is allowed to be 100% the width of its parent. --- .../works/_work_header_navigation.html.erb | 15 +++-- public/stylesheets/site/2.0/08-actions.css | 60 +++++++++++++++++-- 2 files changed, 63 insertions(+), 12 deletions(-) diff --git a/app/views/works/_work_header_navigation.html.erb b/app/views/works/_work_header_navigation.html.erb index 454d442a68d..caa4802d244 100644 --- a/app/views/works/_work_header_navigation.html.erb +++ b/app/views/works/_work_header_navigation.html.erb @@ -1,6 +1,6 @@

<%= ts("Actions") %>

-