Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dashboard
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
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
AURA
dashboard
Commits
db50054f
Commit
db50054f
authored
7 years ago
by
jackie / Andrea Ida Malkah Klaura
Browse files
Options
Downloads
Patches
Plain Diff
Header: make more responsive
parent
db1b04e6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/Header.vue
+7
-2
7 additions, 2 deletions
src/components/Header.vue
with
7 additions
and
2 deletions
src/components/Header.vue
+
7
−
2
View file @
db50054f
...
...
@@ -4,7 +4,7 @@
<b-container>
<b-row
class=
"header-branding"
>
<b-col
md=
"10"
>
<span
class=
"header-title"
><router-link
to=
"home"
>
autoradio/
<b>
dashboard
</b></router-link></span>
<span
class=
"header-title"
><router-link
to=
"home"
>
<span
class=
"d-none d-sm-inline"
>
autoradio/
<
/span><
b>
dashboard
</b></router-link></span>
</b-col>
<b-col
md=
"2"
class=
"d-none d-sm-none d-md-block"
align=
"right"
>
<a
href=
"http://o94.at"
target=
"new"
><img
class=
"header-logo"
src=
"../assets/logo.jpg"
/></a>
...
...
@@ -14,7 +14,9 @@
</div>
<div>
<b-container>
<b-navbar
toggleable=
"md"
type=
"dark"
variant=
"dark"
>
<b-navbar
toggleable=
"lg"
type=
"dark"
variant=
"dark"
>
<span
class=
"d-none d-sm-inline d-lg-none menu-context-info"
>
For more options tap the menu button on the right:
</span>
<span
class=
"d-sm-none menu-context-info"
>
Hit menu button for more:
</span>
<b-navbar-toggle
target=
"nav_collapse"
></b-navbar-toggle>
<b-collapse
is-nav
id=
"nav_collapse"
>
<b-navbar-nav>
...
...
@@ -90,5 +92,8 @@ header > div:nth-child(2) {
padding
:
0
;
margin
:
0
;
}
.menu-context-info
{
color
:
rgba
(
255
,
255
,
255
,
0.5
);
}
</
style
>
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