diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-27 18:29:39 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-27 18:29:39 +0900 |
| commit | 4f15b6f7c2800f60e702b0137a1d596e89f5029c (patch) | |
| tree | 1b00374971d4a049489f3f41e8525a7722ade5cc /packages/frontend/src/components/MkNoteSub.vue | |
| parent | perf?(client): remove needless scoped annotation for style (diff) | |
| download | sharkey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.tar.gz sharkey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.tar.bz2 sharkey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.zip | |
Revert "perf?(client): remove needless scoped annotation for style"
This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
Diffstat (limited to 'packages/frontend/src/components/MkNoteSub.vue')
| -rw-r--r-- | packages/frontend/src/components/MkNoteSub.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNoteSub.vue b/packages/frontend/src/components/MkNoteSub.vue index 29b4f01270..d03ce7c434 100644 --- a/packages/frontend/src/components/MkNoteSub.vue +++ b/packages/frontend/src/components/MkNoteSub.vue @@ -57,7 +57,7 @@ if (props.detail) { } </script> -<style lang="scss"> +<style lang="scss" scoped> .wrpstxzv { padding: 16px 32px; font-size: 0.9em; |