From: Anton Khorev Date: Wed, 29 May 2024 03:58:09 +0000 (+0300) Subject: Move Export to secondary nav X-Git-Tag: live~27^2~4 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/e717c375bcb7a6fe5a10b35f28e6a16456ddd393?hp=3267a3c55cee4e86cfe3e938f0ed26d4ec000e6f Move Export to secondary nav --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d551462b2..042d4401c 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 e96564b82..dd972e5c6 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -9,13 +9,13 @@