Browse Source

Fixed issues with PDF icon alignment

pull/170/head
Michael Olund 5 years ago
parent
commit
8edda031df
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      vue/src/components/Uploader/Image.vue

+ 2
- 1
vue/src/components/Uploader/Image.vue View File

@ -95,7 +95,8 @@ export default {
font-size: 50px; font-size: 50px;
margin-left: 15px; margin-left: 15px;
margin-top: 15px; margin-top: 15px;
opacity: 0.75;
position: absolute;
top: 0;
} }
&::after { &::after {


Loading…
Cancel
Save