mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2025-01-08 10:37:21 +01:00
Fix distraction settings and subscribe button CSS not being scoped (#5486)
This commit is contained in:
parent
6799b07756
commit
99e5b1e00a
@ -261,4 +261,4 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script src="./distraction-settings.js" />
|
<script src="./distraction-settings.js" />
|
||||||
<style src="./distraction-settings.css" />
|
<style scoped src="./distraction-settings.css" />
|
||||||
|
@ -88,4 +88,4 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script src="./ft-subscribe-button.js" />
|
<script src="./ft-subscribe-button.js" />
|
||||||
<style lang="scss" src="./ft-subscribe-button.scss" />
|
<style scoped lang="scss" src="./ft-subscribe-button.scss" />
|
||||||
|
Loading…
Reference in New Issue
Block a user