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