Skip to content

Commit 3e4ec32

Browse files
committed
Add version label
1 parent a254c36 commit 3e4ec32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/layout/HeaderContainer.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<container-stat name="stomach" :stat="stomach"></container-stat>
2222
</div>
2323
</div>
24+
<small class="version">0.1.2</small>
2425
<div class="controls">
2526
<button @click="pause">
2627
<template v-if="globals.isPaused">{{ $t('unpause') }}</template>
@@ -141,6 +142,11 @@ export default class HeaderContainer extends Vue {
141142
}
142143
}
143144
145+
.version {
146+
text-align: right;
147+
margin-right: 1.5vw;
148+
}
149+
144150
.controls {
145151
margin-bottom: 0.5rem;
146152
display: grid;

0 commit comments

Comments
 (0)