aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-12-02 08:47:55 +0300
committerHenry Jameson <me@hjkos.com>2018-12-02 08:47:55 +0300
commitbee738c815f287c4605eafd52c5565cdb07d5721 (patch)
tree056c914fa8e05fa2e18b819505f6735994e4fac5 /src/components/style_switcher
parent77ac42d9190934c8e4f1fa7dfef087c58ccd3990 (diff)
making inset shadows work on avatars again
Diffstat (limited to 'src/components/style_switcher')
-rw-r--r--src/components/style_switcher/style_switcher.vue7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue
index 66fe0f6b..c0a7da69 100644
--- a/src/components/style_switcher/style_switcher.vue
+++ b/src/components/style_switcher/style_switcher.vue
@@ -282,12 +282,15 @@
<i18n path="settings.style.shadows.filter_hint.always_drop_shadow" tag="p">
<code>filter: drop-shadow()</code>
</i18n>
- <i18n path="settings.style.shadows.filter_hint.text" tag="p">
+ <p>{{$t('settings.style.shadows.filter_hint.avatar_inset')}}</p>
+ <i18n path="settings.style.shadows.filter_hint.drop_shadow_syntax" tag="p">
<code>drop-shadow</code>
<code>spread-radius</code>
<code>inset</code>
</i18n>
- <p>{{$t('settings.style.shadows.filter_hint.inset_ignored')}}</p>
+ <i18n path="settings.style.shadows.filter_hint.inset_classic" tag="p">
+ <code>box-shadow</code>
+ </i18n>
<p>{{$t('settings.style.shadows.filter_hint.spread_zero')}}</p>
</div>
</div>