fix some demos

This commit is contained in:
Philipp Kühn 2021-08-25 12:29:46 +02:00
parent a68a2a62a3
commit 2498c24186
6 changed files with 6 additions and 5 deletions

View File

@ -15,6 +15,7 @@ html {
body {
margin: 1rem;
min-height: 10rem;
}
::-webkit-scrollbar {

View File

@ -45,7 +45,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.code-block {
position: relative;

View File

@ -150,7 +150,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.divider {
width: 2px;
height: 1.25rem;

View File

@ -45,7 +45,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.menu-item {
width: 1.75rem;
height: 1.75rem;

View File

@ -151,7 +151,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.editor {
display: flex;
flex-direction: column;

View File

@ -81,7 +81,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.items {
position: relative;
border-radius: 0.25rem;