Skip to content

Commit

Permalink
feat: hide devtools when printing (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Apr 30, 2024
1 parent c37ac3c commit 1be7b2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/devtools/src/runtime/plugins/view/Main.vue
Expand Up @@ -555,4 +555,10 @@ onMounted(() => {
background-image: linear-gradient(45deg, #00dc82, #36e4da, #0047e1);
filter: blur(60px);
}
@media print {
#nuxt-devtools-anchor {
display: none;
}
}
</style>

0 comments on commit 1be7b2d

Please sign in to comment.