Skip to content

Commit 7c671e0

Browse files
committed
Albums: Fix styles for form fields in the share dialog
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 87bef22 commit 7c671e0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

frontend/src/dialog/share.vue

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@
3535
<v-flex xs12 class="pa-2">
3636
<v-text-field
3737
:value="link.url()"
38+
hide-details box flat readonly
3839
:label="$gettext('URL')"
3940
autocorrect="off"
4041
autocapitalize="none"
4142
browser-autocomplete="off"
42-
hide-details box flat
43-
readonly
4443
color="secondary-dark"
4544
class="input-url"
4645
@click.stop="selectText($event)">
@@ -49,9 +48,9 @@
4948
<v-flex xs12 sm6 class="pa-2">
5049
<v-select
5150
v-model="link.Expires"
51+
hide-details box flat
5252
:label="expires(link)"
5353
browser-autocomplete="off"
54-
hide-details box flat
5554
color="secondary-dark"
5655
item-text="text"
5756
item-value="value"
@@ -62,11 +61,11 @@
6261
</v-flex>
6362
<v-flex xs12 sm6 class="pa-2">
6463
<v-text-field
65-
v-model="link.Token" hide-details
66-
required
64+
v-model="link.Token"
65+
hide-details box flat required
66+
browser-autocomplete="off"
6767
autocorrect="off"
6868
autocapitalize="none"
69-
browser-autocomplete="off"
7069
:label="$gettext('Secret')"
7170
:placeholder="$gettext('Token')"
7271
color="secondary-dark"

0 commit comments

Comments
 (0)