Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paul Walko
funkwhale
Commits
9e5a0f87
Commit
9e5a0f87
authored
7 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Plain Diff
Merge branch '173-sidebar-chrome' into 'develop'
Resolve "Sidebar not showing on small screen under Chrome" Closes
#173
See merge request
!153
parents
4f2a325f
d5416421
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/changelog.d/173.bugfix
+1
-0
1 addition, 0 deletions
changes/changelog.d/173.bugfix
front/src/components/Sidebar.vue
+0
-3
0 additions, 3 deletions
front/src/components/Sidebar.vue
with
1 addition
and
3 deletions
changes/changelog.d/173.bugfix
0 → 100644
+
1
−
0
View file @
9e5a0f87
Fix sidebar tabs not showing under small resolution under Chrome (#173)
This diff is collapsed.
Click to expand it.
front/src/components/Sidebar.vue
+
0
−
3
View file @
9e5a0f87
...
@@ -238,9 +238,6 @@ $sidebar-color: #3D3E3F;
...
@@ -238,9 +238,6 @@ $sidebar-color: #3D3E3F;
flex
-
direction
:
column
;
flex
-
direction
:
column
;
overflow
-
y
:
auto
;
overflow
-
y
:
auto
;
justify
-
content
:
space
-
between
;
justify
-
content
:
space
-
between
;
@
include
media
(
"
>tablet
"
)
{
height
:
0
px
;
}
@
include
media
(
"
<desktop
"
)
{
@
include
media
(
"
<desktop
"
)
{
max
-
height
:
500
px
;
max
-
height
:
500
px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment