fix: wrap github link
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<header class="header-note">
|
||||
<ThemeSwap />
|
||||
<router-link
|
||||
:to="{ name: 'Home' }"
|
||||
class="button is-small is-white back-button"
|
||||
>
|
||||
<img src="/assets/dark-left-arrow.svg" alt="go back left arrow" />
|
||||
</router-link>
|
||||
<theme-swap />
|
||||
<router-link
|
||||
class="special-folder"
|
||||
:to="{ name: 'SpacedRepetitionCard', params: { user, repo } }"
|
||||
|
||||
@@ -89,6 +89,7 @@ const { userInput, repoInput, submit } = useForm()
|
||||
.github-form {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
input {
|
||||
max-width: 140px;
|
||||
|
||||
Reference in New Issue
Block a user