fix: 🐛 fix modal alignment
All checks were successful
repod / xml (push) Successful in 13s
repod / php (push) Successful in 57s
repod / nodejs (push) Successful in 1m1s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-08-10 22:21:26 +02:00
parent b67123b578
commit e78e3b2565

View File

@ -1,9 +1,9 @@
<template>
<div>
<div class="flex">
<NcAvatar :display-name="name" :is-no-user="true" :size="256" :url="image" />
<h2>{{ name }}</h2>
<SafeHtml :source="description" />
<div>
<div class="flex">
<NcButton v-if="link" :href="link" target="_blank">
<template #icon>
<OpenInNewIcon :size="20" />
@ -75,7 +75,7 @@ export default {
</script>
<style scoped>
div {
.flex {
align-items: center;
display: flex;
flex-direction: column;