mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
Responsive sidebar fixes This fixes two major issues with the responsive sidebar 1. Overlapping content by the label: The label and sidebar is now always on the right side of the screen. This makes it always easy to find (better UX) and prevents it from overlapping most content. Additionally, on xs screens, instead of the side-attached label, for some pages it will show an extra button in the head instead of a buttons that overlaps. 2. Pop up of sidebar on changing pages.
16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
%h3.page-title
|
|
Issues
|
|
%span.pull-right #{@issues.total_count} issues
|
|
|
|
%p.light
|
|
List all issues from all projects you have access to.
|
|
%hr
|
|
|
|
.row
|
|
.fixed.sidebar-expand-button.hidden-lg.hidden-md
|
|
%i.icon-list.icon-2x
|
|
.col-md-3.responsive-side
|
|
= render 'shared/filter', entity: 'issue'
|
|
.col-md-9
|
|
= render 'shared/issues'
|