Skip to content

Commit

Permalink
docs: prevent content flash during loading (#6269)
Browse files Browse the repository at this point in the history
  • Loading branch information
dima74 authored and MajesticPotatoe committed Jan 27, 2019
1 parent 9dcc890 commit 6c62d8d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/docs/src/pages/documentation/Page.vue
Expand Up @@ -65,3 +65,12 @@
}
}
</script>

<style scoped>
@media (min-width: 1264px) {
.v-content:not([data-booted="true"]) {
padding-left: 300px !important;
padding-right: 210px !important;
}
}
</style>

0 comments on commit 6c62d8d

Please sign in to comment.