diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-13 16:33:39 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-13 16:33:39 +0900 |
| commit | b08ead1dcef34c19a61895aab371576099c5ea1c (patch) | |
| tree | 47b3243ddfeaea83253f37d3f083e1a3631f1901 | |
| parent | :art: (diff) | |
| download | sharkey-b08ead1dcef34c19a61895aab371576099c5ea1c.tar.gz sharkey-b08ead1dcef34c19a61895aab371576099c5ea1c.tar.bz2 sharkey-b08ead1dcef34c19a61895aab371576099c5ea1c.zip | |
chore(client): fix mention style
| -rw-r--r-- | packages/client/src/components/mention.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/client/src/components/mention.vue b/packages/client/src/components/mention.vue index e356522975..cf69437771 100644 --- a/packages/client/src/components/mention.vue +++ b/packages/client/src/components/mention.vue @@ -61,9 +61,8 @@ useCssModule(); border-radius: 100%; } - > .host { + > .main > .host { opacity: 0.5; } } - </style> |