Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
interfect
funkwhale
Commits
d5416421
Verified
Commit
d5416421
authored
Apr 22, 2018
by
Eliot Berriot
Browse files
Fix #173: sidebar tabs not showing under small resolution under Chrome
parent
b602ed38
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/173.bugfix
0 → 100644
View file @
d5416421
Fix sidebar tabs not showing under small resolution under Chrome (#173)
front/src/components/Sidebar.vue
View file @
d5416421
...
...
@@ -238,9 +238,6 @@ $sidebar-color: #3D3E3F;
flex-direction: column;
overflow-y: auto;
justify-content: space-between;
@include media("
>
tablet
") {
height: 0px;
}
@include media("
<
desktop
") {
max-height: 500px;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment