Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-01-26 00:51:33 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-02-02 20:07:24 +0300
commitd87b03796e2f48050530d9f8504191417c0d03a3 (patch)
treeeba24d15ac10e0fa4a7b7a6923389313897fa263 /app/views/snippets
parentab6f4ad4c738df5387dd01302622cc67f78952d7 (diff)
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
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/_snippets_scope_menu.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/_snippets_scope_menu.html.haml b/app/views/snippets/_snippets_scope_menu.html.haml
index 8b6a98a054a..65aa4fbc757 100644
--- a/app/views/snippets/_snippets_scope_menu.html.haml
+++ b/app/views/snippets/_snippets_scope_menu.html.haml
@@ -1,7 +1,7 @@
- subject = local_assigns.fetch(:subject, current_user)
- include_private = local_assigns.fetch(:include_private, false)
-.nav-links.snippet-scope-menu
+.nav-links.snippet-scope-menu.mobile-separator
%li{ class: active_when(params[:scope].nil?) }
= link_to subject_snippets_path(subject) do
All