diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-30 16:39:07 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-30 16:39:53 +0300 |
| commit | 406df4399b630268c1028664f3b818571d6f8e4f (patch) | |
| tree | 9a2bae42e18c6a802089c4066bc3ddb21de71e35 /src/components/style_switcher/style_switcher.vue | |
| parent | b45fc6c6523b1332c6422a5dc6eff95c11a32690 (diff) | |
avatars shadows, also allows drop-shadow use
Diffstat (limited to 'src/components/style_switcher/style_switcher.vue')
| -rw-r--r-- | src/components/style_switcher/style_switcher.vue | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue index fa173b98..66fe0f6b 100644 --- a/src/components/style_switcher/style_switcher.vue +++ b/src/components/style_switcher/style_switcher.vue @@ -278,6 +278,18 @@ <button class="btn" @click="clearShadows">{{$t('settings.style.switcher.clear_all')}}</button> </div> <shadow-control :ready="!!currentShadowFallback" :fallback="currentShadowFallback" v-model="currentShadow"/> + <div v-if="shadowSelected === 'avatar' || shadowSelected === 'avatarStatus'"> + <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"> + <code>drop-shadow</code> + <code>spread-radius</code> + <code>inset</code> + </i18n> + <p>{{$t('settings.style.shadows.filter_hint.inset_ignored')}}</p> + <p>{{$t('settings.style.shadows.filter_hint.spread_zero')}}</p> + </div> </div> <div :label="$t('settings.style.fonts._tab_label')" class="fonts-container"> <div class="tab-header"> |
