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>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
<h2>Themes
|
||||
</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>
|
||||
</SettingsLayout>
|
||||
<style>
|
||||
|
@ -52,4 +53,4 @@
|
|||
},
|
||||
store: () => store
|
||||
}
|
||||
</script>
|
||||
</script>
|
|
@ -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}
|
||||
|
@ -35,4 +32,4 @@
|
|||
},
|
||||
store: () => store
|
||||
}
|
||||
</script>
|
||||
</script>
|
Loading…
Reference in New Issue