mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 10:34:13 +02:00
perf?(client): remove needless scoped annotation for style
This commit is contained in:
@@ -18,7 +18,7 @@ defineProps<{
|
||||
const host = toUnicode(hostRaw);
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.mk-acct {
|
||||
> .host {
|
||||
opacity: 0.5;
|
||||
|
||||
Reference in New Issue
Block a user