rename yaml to match ploi

This commit is contained in:
netlas
2026-04-22 10:03:07 +03:00
parent b94a89fadc
commit c5600c3915
112 changed files with 1738 additions and 1741 deletions

View File

@@ -130,7 +130,7 @@ export default {
<div
class="items-center flex ltr:pl-3 rtl:pr-3 ltr:pr-2 rtl:pl-2 rounded-[7px] transition-all duration-200 bg-n-background !shadow-[0_0_0_1px,0_0_2px_3px]"
:class="{
'!shadow-[var(--widget-color,#2781f6)]': isFocused,
'!shadow-[var(--widget-color,#01a0a5)]': isFocused,
'!shadow-n-strong dark:!shadow-n-strong': !isFocused,
}"
@keydown.esc="hideEmojiPicker"