UX: RTL locale improvements
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
0bffefeee0
commit
0f89898e8a
1 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<v-dialog :value="show" lazy persistent max-width="350" class="p-photo-album-dialog" @keydown.esc="cancel">
|
||||
<v-dialog :value="show" lazy persistent max-width="356" class="p-photo-album-dialog" @keydown.esc="cancel">
|
||||
<v-card raised elevation="24">
|
||||
<v-card-text class="pt-3 pl-0 pr-2">
|
||||
<v-card-text class="pt-3 px-3">
|
||||
<v-layout row wrap>
|
||||
<v-flex xs3 text-xs-center>
|
||||
<v-icon size="56" color="secondary-dark lighten-1">photo_album</v-icon>
|
||||
<v-flex xs3 text-xs-left>
|
||||
<v-icon size="60" color="secondary-dark lighten-1">photo_album</v-icon>
|
||||
</v-flex>
|
||||
<v-flex xs9 text-xs-left align-self-center>
|
||||
<v-autocomplete
|
||||
|
@ -27,14 +27,14 @@
|
|||
</v-flex>
|
||||
</v-layout>
|
||||
</v-card-text>
|
||||
<v-card-actions class="pt-1 pb-2 px-2">
|
||||
<v-card-actions class="pt-0 pb-3 px-3">
|
||||
<v-layout row wrap class="pa-0">
|
||||
<v-flex xs12 text-xs-right>
|
||||
<v-btn depressed color="secondary-light" class="action-cancel ml-0" @click.stop="cancel">
|
||||
<v-btn depressed color="secondary-light" class="action-cancel mx-1" @click.stop="cancel">
|
||||
<translate>Cancel</translate>
|
||||
</v-btn>
|
||||
<v-btn depressed color="primary-button"
|
||||
class="action-confirm white--text compact mr-0"
|
||||
class="action-confirm white--text compact mx-0"
|
||||
@click.stop="confirm">
|
||||
<span v-if="!album">{{ labels.createAlbum }}</span>
|
||||
<span v-else>{{ labels.addToAlbum }}</span>
|
||||
|
|
Loading…
Reference in a new issue