Slight changes to theme settings hint (#591)
This commit is contained in:
parent
68c2dc47b9
commit
dfacbdaaa5
|
@ -24,10 +24,11 @@
|
||||||
<label for="choice-omit-emoji-in-display-names">Remove emoji from user display names</label>
|
<label for="choice-omit-emoji-in-display-names">Remove emoji from user display names</label>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<h2>Themes
|
<h2>Themes
|
||||||
</h2>
|
</h2>
|
||||||
<p>Changes to the theme (colours) of Pinafore can be made in <i>Settings > Instances > *your instance*</i>
|
<p>
|
||||||
|
Changes to the theme can be made in <em>Settings > Instances > (instance name)</em>
|
||||||
</p>
|
</p>
|
||||||
</SettingsLayout>
|
</SettingsLayout>
|
||||||
<style>
|
<style>
|
||||||
|
@ -52,4 +53,4 @@
|
||||||
},
|
},
|
||||||
store: () => store
|
store: () => store
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
|
@ -2,10 +2,7 @@
|
||||||
<h1>Instances</h1>
|
<h1>Instances</h1>
|
||||||
|
|
||||||
{#if $isUserLoggedIn}
|
{#if $isUserLoggedIn}
|
||||||
<p>Instances you've logged in to:
|
<p>Instances you've logged in to:</p>
|
||||||
<br />
|
|
||||||
(click to change themes/colours)
|
|
||||||
</p>
|
|
||||||
<SettingsList label="Instances">
|
<SettingsList label="Instances">
|
||||||
{#each $loggedInInstancesAsList as instance}
|
{#each $loggedInInstancesAsList as instance}
|
||||||
<SettingsListItem offsetForIcon={instance.name !== $currentInstance}
|
<SettingsListItem offsetForIcon={instance.name !== $currentInstance}
|
||||||
|
@ -35,4 +32,4 @@
|
||||||
},
|
},
|
||||||
store: () => store
|
store: () => store
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
Loading…
Reference in a new issue