Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Opolka
vue-cdbp
Commits
22df04b9
Commit
22df04b9
authored
Dec 20, 2018
by
Markus Opolka
Browse files
Make letter component more responsive
parent
336f6d83
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/Letter.vue
View file @
22df04b9
...
...
@@ -8,7 +8,7 @@
<v-layout
row
wrap
v-if=
"letter"
>
<!-- Author Data -->
<v-flex
xs6
>
<v-flex
xs
12
md
6
>
<v-card
flat
>
<v-card-text>
<ul
style=
"list-style-type:none;"
>
...
...
@@ -21,7 +21,7 @@
</v-flex>
<!-- Images -->
<v-flex
xs6
>
<v-flex
xs
12
md
6
>
<v-layout
row
wrap
>
<v-flex
d-flex
v-for=
"(image,i) in images"
:key=
"i"
>
<v-card
flat
hover
target=
"_blank"
:href=
"imgfolder(image._attributes.url)"
>
...
...
@@ -36,7 +36,7 @@
</v-flex>
<!-- Text -->
<v-flex
xs
5
>
<v-flex
xs
12
md6
>
<v-card>
<v-card-text>
<v-checkbox
label=
"Montrer commentaires"
v-model=
"showComments"
></v-checkbox>
...
...
@@ -56,7 +56,7 @@
</v-flex>
<!-- Features -->
<v-flex
xs
7
>
<v-flex
xs
12
md6
>
<v-expansion-panel>
<v-expansion-panel-content
v-for=
"feature in features"
:key=
"feature.text"
>
<div
slot=
"header"
>
{{
feature
.
text
}}
</div>
...
...
@@ -72,7 +72,7 @@
<!-- Progress Bar -->
<v-layout
v-else
>
<v-flex
xs12
>
<v-flex
xs12
>
<v-progress-linear
indeterminate
color=
"primary"
></v-progress-linear>
</v-flex>
</v-layout>
...
...
Markus Opolka
@bi40resu
mentioned in issue
#22 (closed)
·
Dec 20, 2018
mentioned in issue
#22 (closed)
mentioned in issue #22
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment