fix: more coherent style
This commit is contained in:
@@ -50,6 +50,7 @@ const getStyle = (seed: string) => {
|
||||
border: 0;
|
||||
width: 160px;
|
||||
height: 90px;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -25,7 +25,7 @@ const { userInput, repoInput, submit } = useForm()
|
||||
<div class="get-started">
|
||||
<sign-in-atproto :with-sign-out="false" />
|
||||
<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
|
||||
>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user