update icon

This commit is contained in:
Mutasem 2021-11-05 14:19:29 +01:00
parent e152200c54
commit 83b8c01e04

View file

@ -63,6 +63,7 @@ export default Vue.extend({
}, },
imageStyleData (): object { imageStyleData (): object {
return { return {
height: '100%',
'max-width': '100%', 'max-width': '100%',
'max-height': '100%', 'max-height': '100%',
}; };