There was an error while loading. Please reload this page.
1 parent 9682276 commit bf9e534Copy full SHA for bf9e534
src/components/PaneRight.vue
@@ -31,7 +31,6 @@ import CodeBlock from './CodeBlock.vue'
31
import Instruction from './Instruction.vue'
32
import { store, __DEV_CONFIG_FILE__ } from '../store'
33
import { computed, ref } from 'vue'
34
-import templates from '../templates/templates.json'
35
import '@iconify/iconify'
36
37
export default {
@@ -105,7 +104,7 @@ export default {
105
104
@media (max-width: 768px) {
106
.right-pane-contexts {
107
height: 100%;
108
- padding: 0;
+ margin: 0;
109
}
110
111
.loading-code {
0 commit comments