Skip to content

Commit

Permalink
Merge pull request #23 from randombenj/feature/display-project-name
Browse files Browse the repository at this point in the history
feat: add project name to docs page
  • Loading branch information
fliiiix authored Dec 9, 2019
2 parents 24815aa + cc8be7c commit b3cbe7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/src/pages/Docs.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<Layout class="docs-layout" :fullscreen="true">
<template v-slot:toolbar>
<span class="project-name">{{ $route.params.project }}</span>
<md-field class="version-select">
<md-select
@md-selected="load()"
Expand Down Expand Up @@ -111,4 +112,11 @@ body,
.md-app-content {
padding: 0px;
}
.project-name {
margin-left: 16px;
margin-top: 26px;
font-size: 16px;
display: inline-block;
}
</style>

0 comments on commit b3cbe7e

Please sign in to comment.