fix: more coherent style
This commit is contained in:
@@ -50,6 +50,7 @@ const getStyle = (seed: string) => {
|
|||||||
border: 0;
|
border: 0;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ const { userInput, repoInput, submit } = useForm()
|
|||||||
<div class="get-started">
|
<div class="get-started">
|
||||||
<sign-in-atproto :with-sign-out="false" />
|
<sign-in-atproto :with-sign-out="false" />
|
||||||
<sign-in-github />
|
<sign-in-github />
|
||||||
<router-link v-if="isLogged" :to="{ name: 'RepoList' }" class="btn"
|
<router-link v-if="isLogged" :to="{ name: 'RepoList' }" class="btn btn-sm"
|
||||||
>Manage your repos</router-link
|
>Manage your repos</router-link
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user