tailwind implementation

This commit is contained in:
Čarodej
2021-10-25 09:02:00 +02:00
parent 3ec5166936
commit 133dd5285d
9 changed files with 839 additions and 414 deletions

View File

@@ -36,9 +36,9 @@
v-if="canShowAuthor"
:title="$t('Author')"
>
<div class="author-preview">
<div class="flex items-center">
<MemberAvatar :size="32" :member="singleFile.data.relationships.user" />
<span class="name">{{ singleFile.data.relationships.user.data.attributes.name }}</span>
<span class="ml-2 block">{{ singleFile.data.relationships.user.data.attributes.name }}</span>
</div>
</ListInfoItem>
@@ -180,16 +180,6 @@
<style scoped lang="scss">
.author-preview {
display: flex;
align-items: center;
.name {
margin-left: 10px;
display: block;
}
}
.info-wrapper {
padding-bottom: 20px;
height: 100%;