diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-27 18:01:06 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-27 18:01:06 +0900 |
| commit | ada04c1932dd694af1775e562fdcfa2c506454de (patch) | |
| tree | d2c7b066f6f3f6358709a1d2595093c15edcc7b5 /packages/frontend/src/components/MkEmojiPickerDialog.vue | |
| parent | clean up (diff) | |
| download | sharkey-ada04c1932dd694af1775e562fdcfa2c506454de.tar.gz sharkey-ada04c1932dd694af1775e562fdcfa2c506454de.tar.bz2 sharkey-ada04c1932dd694af1775e562fdcfa2c506454de.zip | |
perf?(client): remove needless scoped annotation for style
Diffstat (limited to 'packages/frontend/src/components/MkEmojiPickerDialog.vue')
| -rw-r--r-- | packages/frontend/src/components/MkEmojiPickerDialog.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkEmojiPickerDialog.vue b/packages/frontend/src/components/MkEmojiPickerDialog.vue index 3b41f9d75b..6370d9b972 100644 --- a/packages/frontend/src/components/MkEmojiPickerDialog.vue +++ b/packages/frontend/src/components/MkEmojiPickerDialog.vue @@ -62,7 +62,7 @@ function opening() { } </script> -<style lang="scss" scoped> +<style lang="scss"> .ryghynhb { &.drawer { border-radius: 24px; |