This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
DIV-1167 - Made the icon bigger to match mockup
pull/172/head
Michael Olund
5 years ago
parent
0e56e9cef7
commit
4abc752f85
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
vue/src/components/Uploader/Image.vue
+ 3
- 3
vue/src/components/Uploader/Image.vue
View File
@ -9,8 +9,8 @@
class
=
"pdf"
:
src
=
"pdfIconUrl"
v
-
if
=
"!this.file.error && file.type === 'application/pdf'"
width
=
"5
0
"
height
=
"5
0
"
width
=
"
6
5"
height
=
"
6
5"
>
<
i
class
=
"fa fa-frown-o"
v-if
="this.file.error"
>
<
/
i
>
<
button
@ -121,7 +121,7 @@
}
img
.
pdf
{
margin
-
left
:
5
2
px
;
margin
-
left
:
4
5
px
;
}
i
.
fa
-
frown
-
o
{
Write
Preview
Loading…
Cancel
Save