Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WIE_202021_CSBillero11
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Bernard Roland (Student Com20)
WIE_202021_CSBillero11
Commits
4cb5930a
Commit
4cb5930a
authored
3 years ago
by
Bernard Roland (Student Com20)
Browse files
Options
Downloads
Patches
Plain Diff
The stats in the sidebar now hide on small screens
parent
4510e411
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/src/components/navigation/Sidebar/sidebar.scss
+11
-1
11 additions, 1 deletion
client/src/components/navigation/Sidebar/sidebar.scss
with
11 additions
and
1 deletion
client/src/components/navigation/Sidebar/sidebar.scss
+
11
−
1
View file @
4cb5930a
...
...
@@ -18,7 +18,7 @@
visibility
:
hidden
;
padding
:
50px
30px
;
color
:
s
.
$white
;
overflow
:
auto
;
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
...
...
@@ -153,6 +153,16 @@
background
:
s
.
$white
;
}
}
@media
screen
and
(
max-height
:
750px
)
{
display
:
none
}
@include
mx
.
breakpoint
(
medium
)
{
@media
screen
and
(
max-height
:
950px
)
{
display
:
none
}
}
}
}
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