Skip to content

Commit

Permalink
fix: margin 0 on mobile (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff committed May 28, 2021
1 parent 9682276 commit bf9e534
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/PaneRight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import CodeBlock from './CodeBlock.vue'
import Instruction from './Instruction.vue'
import { store, __DEV_CONFIG_FILE__ } from '../store'
import { computed, ref } from 'vue'
import templates from '../templates/templates.json'
import '@iconify/iconify'
export default {
Expand Down Expand Up @@ -105,7 +104,7 @@ export default {
@media (max-width: 768px) {
.right-pane-contexts {
height: 100%;
padding: 0;
margin: 0;
}
}
.loading-code {
Expand Down

0 comments on commit bf9e534

Please sign in to comment.