Slight changes to theme settings hint (#591)

This commit is contained in:
Nolan Lawson 2018-11-04 15:57:05 -08:00 committed by GitHub
parent 68c2dc47b9
commit dfacbdaaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -27,7 +27,8 @@
<h2>Themes
</h2>
<p>Changes to the theme (colours) of Pinafore can be made in <i>Settings &gt; Instances &gt; *your instance*</i>
<p>
Changes to the theme can be made in <em>Settings &gt; Instances &gt; (instance name)</em>
</p>
</SettingsLayout>
<style>

View File

@ -2,10 +2,7 @@
<h1>Instances</h1>
{#if $isUserLoggedIn}
<p>Instances you've logged in to:
<br />
(click to change themes/colours)
</p>
<p>Instances you've logged in to:</p>
<SettingsList label="Instances">
{#each $loggedInInstancesAsList as instance}
<SettingsListItem offsetForIcon={instance.name !== $currentInstance}