Scope all styles

pull/37/head
Varun Patil 2022-08-20 09:06:55 +00:00
parent ba57b6456f
commit 667165d5cc
5 changed files with 82340 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -83,7 +83,7 @@ export default {
}
</script>
<style>
<style scoped>
.folder {
cursor: pointer;
}

View File

@ -79,7 +79,7 @@ export default {
}
</script>
<style>
<style scoped>
.icon-video-white {
position: absolute;
top: 8px; right: 8px;

View File

@ -33,7 +33,7 @@
</div>
</template>
<style>
<style scoped>
input[type=text] {
width: 100%;
}