mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 00:56:00 +02:00
perf?(client): remove needless scoped annotation for style
This commit is contained in:
@@ -143,7 +143,7 @@ onBeforeUnmount(() => {
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.mk-dialog {
|
||||
position: relative;
|
||||
padding: 32px;
|
||||
|
||||
Reference in New Issue
Block a user