style: rework modal spacing
This commit is contained in:
parent
d59beae91c
commit
b389200017
@ -1,13 +1,13 @@
|
||||
<!-- eslint-disable vue/no-v-html -->
|
||||
<template>
|
||||
<div class="content">
|
||||
<div>
|
||||
<NcAvatar :display-name="name"
|
||||
:is-no-user="true"
|
||||
:size="256"
|
||||
:url="image" />
|
||||
<h2>{{ name }}</h2>
|
||||
<p v-html="strippedDescription" />
|
||||
<div class="buttons">
|
||||
<div>
|
||||
<NcButton v-if="link"
|
||||
:href="link"
|
||||
target="_blank">
|
||||
@ -87,16 +87,11 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.content {
|
||||
div {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 2rem;
|
||||
gap: 1rem;
|
||||
margin: 2rem;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user