We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee1f60 commit f904144Copy full SHA for f904144
frontend/src/components/app/settings/ProfileImage.vue
@@ -1,6 +1,6 @@
1
<template>
2
<!-- eslint-disable max-len-->
3
- <div class="mt-4">
+ <div class="mt-4 max-w-2xl mx-auto">
4
<div class="relative overflow-hidden bg-transparent rounded-md w-full" style="padding-bottom: 70%">
5
<img v-bind:src="image.link" class="absolute object-cover w-full h-full rounded-md">
6
<div class="absolute top-0 left-0 z-20 m-5">
0 commit comments