Apply suggestions from code review
Co-authored-by: Jonathan Flueren <11487762+JonOfUs@users.noreply.github.com>
This commit is contained in:
parent
62675a52a7
commit
575726a0cf
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="gpoddersync_settings">
|
<div class="gpoddersync_settings">
|
||||||
<SettingsSection :title="t('gpoddersync', 'Synced subscriptions')"
|
<SettingsSection :title="t('gpoddersync', 'Synced subscriptions')"
|
||||||
:description="t('gpoddersync', 'Podcast subscriptions that has so far been synchronized with this Nextcloud account.')">
|
:description="t('gpoddersync', 'Podcast subscriptions synchronized to this Nextcloud account so far.')">
|
||||||
<div v-if="subscriptions.length > 0">
|
<div v-if="subscriptions.length > 0">
|
||||||
<div class="sorting-container">
|
<div class="sorting-container">
|
||||||
<label for="gpoddersync_sorting">Sort by:</label>
|
<label for="gpoddersync_sorting">Sort by:</label>
|
||||||
@ -96,6 +96,6 @@ export default {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
a.link {
|
a.link {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: var(--color-primary-element-light);
|
color: var(--color-primary-element);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user