We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60722cb commit a242d73Copy full SHA for a242d73
packages/@vue/cli-ui/src/views/About.vue
@@ -57,7 +57,7 @@ export default {
57
58
.about
59
padding 42px
60
- max-width 900px
+ max-width 840px
61
margin 0 auto
62
box-sizing border-box
63
packages/@vue/cli-ui/src/views/ProjectSelect.vue
@@ -56,6 +56,15 @@
56
</div>
</VueTab>
</StepWizard>
+
+ <div class="top-menu">
+ <VueButton
+ :to="{ name: 'about' }"
+ class="flat icon-button"
64
+ icon-left="help"
65
+ v-tooltip="$t('views.about.title')"
66
+ />
67
+ </div>
68
69
</template>
70
@@ -119,4 +128,9 @@ export default {
119
128
120
129
.project-select
121
130
height 100%
131
132
+.top-menu
133
+ position fixed
134
+ top $padding-item
135
+ right $padding-item
122
136
</style>
0 commit comments