Skip to content

Commit

Permalink
relocation of version styles, and adding version number on login screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyuhel committed Nov 21, 2017
1 parent 6a94220 commit 8e814b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ footer {
max-width: 90%;
}
.version {
position:absolute;
bottom:0;
right:0;
}
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
Expand Down
3 changes: 2 additions & 1 deletion src/components/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@
<md-snackbar md-position="bottom center" md-accent ref="snackbar" md-duration="2000">
<span>{{ $t('login.invalid_passphrase') }}</span>
</md-snackbar>

<div class="version" style="position:fixed">{{ $t('options.version') }} 1.0.8</div>
</div>

</template>

<script>
Expand Down
6 changes: 1 addition & 5 deletions src/components/Options.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ export default {
.settings .md-table .md-select-value, .settings .md-table .md-option {
font-size: 16px;
}
.version {
position:absolute;
bottom:0;
right:0;
}

.settings {
position:relative;
height: calc(100vh - 130px);
Expand Down

0 comments on commit 8e814b2

Please sign in to comment.