mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
[bug] card missing a top margin
This commit is contained in:
parent
53bfe5f683
commit
c917f31503
@ -81,7 +81,7 @@
|
|||||||
<Share/>
|
<Share/>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="user.username" class="my-sm-5 pt-sm-2">
|
<div v-else-if="user.username" class="my-md-5 pt-md-2">
|
||||||
<h2 class="text-nowrap mb-3">
|
<h2 class="text-nowrap mb-3">
|
||||||
<Avatar :user="user"/>
|
<Avatar :user="user"/>
|
||||||
@{{username}}
|
@{{username}}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<Profile v-if="profile" :user="user" :profile="profile" class="pb-3" expandLinks>
|
<Profile v-if="profile" :user="user" :profile="profile" class="pb-3 mt-5" expandLinks>
|
||||||
<nuxt-link to="/">
|
<nuxt-link to="/">
|
||||||
<h1 class="text-nowrap h5">
|
<h1 class="text-nowrap h5">
|
||||||
<Icon v="tags"/>
|
<Icon v="tags"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user