From d87b03796e2f48050530d9f8504191417c0d03a3 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Thu, 25 Jan 2018 23:51:33 +0200 Subject: Improve top area navigation - Change button group width on mobile to 100% - Added scrolling container to activity top area secondary navigation - Added bottom border to top-area nav-links to separate them from nav-controls --- .../vue_shared/components/navigation_tabs.vue | 2 +- .../framework/secondary-navigation-elements.scss | 7 ++++-- app/views/dashboard/_groups_head.html.haml | 2 +- app/views/dashboard/_projects_head.html.haml | 2 +- app/views/dashboard/projects/_nav.html.haml | 2 +- app/views/dashboard/todos/index.html.haml | 2 +- .../projects/pipeline_schedules/_tabs.html.haml | 2 +- app/views/projects/pipelines/_with_tabs.html.haml | 2 +- app/views/shared/_event_filter.html.haml | 25 ++++++++++++---------- app/views/shared/_milestones_filter.html.haml | 2 +- app/views/shared/builds/_tabs.html.haml | 2 +- app/views/shared/issuable/_nav.html.haml | 2 +- app/views/snippets/_snippets_scope_menu.html.haml | 2 +- .../fix-adjust-button-group-width-on-mobile.yml | 5 +++++ 14 files changed, 35 insertions(+), 24 deletions(-) create mode 100644 changelogs/unreleased/fix-adjust-button-group-width-on-mobile.yml diff --git a/app/assets/javascripts/vue_shared/components/navigation_tabs.vue b/app/assets/javascripts/vue_shared/components/navigation_tabs.vue index cb8e6072a9b..63d8329e495 100644 --- a/app/assets/javascripts/vue_shared/components/navigation_tabs.vue +++ b/app/assets/javascripts/vue_shared/components/navigation_tabs.vue @@ -48,7 +48,7 @@ };