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 { body {
margin: 1rem; margin: 1rem;
min-height: 10rem;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {

View File

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

View File

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

View File

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

View File

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

View File

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