add plain link class

peertube
Namekuji 2022-12-17 17:00:12 -05:00
rodzic bfaf1738f0
commit 70ef8bde3d
5 zmienionych plików z 15 dodań i 13 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ export default {
<h2 class="text-center w-100">
<RouterLink
:to="{ name: 'home' }"
style="text-decoration: inherit; color: inherit;"
class="plain"
>Audon</RouterLink
>
</h2>
@ -45,7 +45,7 @@ export default {
</v-main>
<v-bottom-navigation :height="30">
<div class="w-100 d-flex justify-space-between align-center px-3">
<div>v0.1.0-dev5</div>
<div><a href="https://codeberg.org/nmkj/audon" class="plain" target="_blank">v0.1.0-dev5</a></div>
<div>
<select v-model="$i18n.locale" id="localeSelector" @change="onLocaleChange">
<option

Wyświetl plik

@ -1,4 +1,11 @@
html, body, #app {
height: 100%;
font-family: "Koruri", sans-serif;
html,
body,
#app {
height: 100%;
font-family: "Koruri", sans-serif;
}
a.plain {
text-decoration: inherit;
color: inherit;
}

Wyświetl plik

@ -70,7 +70,7 @@ export default {
</v-avatar>
<h4 :class="canSpeak ? 'mt-1' : 'mt-2'">
<v-icon v-if="canSpeak" :icon="muted ? mdiMicrophoneOff : mdiMicrophone"></v-icon>
<a :href="data?.url" target="_blank">{{ data?.displayName ?? webfinger(data) }}</a>
<a :href="data?.url" class="plain" target="_blank">{{ data?.displayName ?? webfinger(data) }}</a>
</h4>
</v-col>
</template>
@ -79,8 +79,4 @@ export default {
.talk {
outline: 3px solid cornflowerblue;
}
a {
color: inherit;
text-decoration: inherit;
}
</style>

Wyświetl plik

@ -57,7 +57,7 @@ export default {
{{ donStore.userinfo?.displayName }}
</h2>
<div>
<a :href="donStore.userinfo?.url">{{ donStore.myWebfinger }}</a>
<a :href="donStore.userinfo?.url" class="plain">{{ donStore.myWebfinger }}</a>
</div>
</div>
<v-row class="text-center" justify="center">

Wyświetl plik

@ -643,8 +643,7 @@ export default {
<v-list-item-subtitle>
<a
:href="cachedMastoData[id]?.url"
class="text-body"
style="text-decoration: inherit; color: inherit"
class="text-body plain"
target="_blank"
>{{ webfinger(cachedMastoData[id]) }}</a
>