From e717c375bcb7a6fe5a10b35f28e6a16456ddd393 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Wed, 29 May 2024 06:58:09 +0300 Subject: [PATCH 1/5] Move Export to secondary nav --- app/assets/stylesheets/common.scss | 6 ++---- app/views/layouts/_header.html.erb | 11 +++++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d551462b22..042d4401ca 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -197,9 +197,7 @@ body.small-nav { } } - #sidebar .search_forms, - #edit_tab, - #export_tab { + #sidebar .search_forms { display: none; } @@ -207,7 +205,7 @@ body.small-nav { margin-right: 0; padding: 0; - .btn-group { + > .btn-group { width: 100%; padding: 10px; } diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index e96564b82b..dd972e5c6b 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -9,13 +9,13 @@