general cleanup
Some checks failed
Build and publish the docker image / build (push) Failing after 1m16s
Some checks failed
Build and publish the docker image / build (push) Failing after 1m16s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@ -32,12 +32,11 @@ export default {
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
<search-bar class="mt-4 mr-4 hidden md:inline-block sm:mt-0"></search-bar>
|
||||
<search-bar class="mt-4 mr-4 hidden md:inline-block sm:mt-0 grow"></search-bar>
|
||||
|
||||
<div class="text-contrast hidden space-x-4 md:block">
|
||||
<div class="text-contrast hidden md:block">
|
||||
<a href="https://codeberg.org/safetwitch/safetwitch" target="_blank">{{ $t('nav.code') }}</a>
|
||||
<a :href="'https://twitch.tv' + $route.fullPath">Twitch</a>
|
||||
<router-link to="/privacy">{{ $t('nav.privacy') }}</router-link>
|
||||
<a href="https://git.ngn.tf/ngn/safetwitch">Modified Code</a>
|
||||
<router-link to="/following">{{ $t('home.following') }}</router-link>
|
||||
<router-link to="/settings">{{ $t('nav.settings') }}</router-link>
|
||||
</div>
|
||||
@ -60,8 +59,8 @@ export default {
|
||||
<search-bar></search-bar>
|
||||
<ul class="inline-flex space-x-3 md:space-x-6 font-medium">
|
||||
<a href="https://codeberg.org/dragongoose/safetwitch">{{ $t('nav.code') }}</a>
|
||||
<a href="https://git.ngn.tf/ngn/safetwitch">Modified Code</a>
|
||||
<a :href="'https://twitch.tv' + $route.fullPath">Twitch</a>
|
||||
<router-link to="/privacy">{{ $t('nav.privacy') }}</router-link>
|
||||
<router-link to="/following">{{ $t('home.following') }}</router-link>
|
||||
<router-link to="/settings">{{ $t('nav.settings') }}</router-link>
|
||||
</ul>
|
||||
@ -69,3 +68,15 @@ export default {
|
||||
</div>
|
||||
</nav>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
a:hover, router-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a + a::before {
|
||||
content: "|";
|
||||
margin: 0 8px;
|
||||
font-weight: 100;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user