Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EXSYS2021
da6
Hold Afstand
Commits
2ae4820f
Commit
2ae4820f
authored
Apr 28, 2021
by
Lasse Overgaard Møldrup
Browse files
Small improvements to header
parent
67eb7e04
Pipeline
#51283
passed with stage
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
website/studerende-dk/src/components/Header.vue
View file @
2ae4820f
...
...
@@ -38,6 +38,14 @@
}
},
watch
:
{
// The following closes the hamburger menu on changing route
// eslint-disable-next-line no-unused-vars
$route
(
to
,
from
)
{
this
.
hamburgerActive
=
false
;
}
},
components
:
{
Navbar
,
NotificationWidget
...
...
@@ -71,6 +79,7 @@
#hamburger-menu
{
color
:
$lightest-theme-color
;
margin-right
:
$default-margin
;
label
{
cursor
:
pointer
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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