Remove VirtualSample scoped style

This commit is contained in:
Timothée Goguely 2025-02-19 17:51:31 +01:00
parent 710967f3cc
commit 825682c550
2 changed files with 8 additions and 12 deletions

View file

@ -178,15 +178,3 @@ function downloadFiles() {
}, 400);
}
</script>
<style scoped>
.dialog__inner {
padding: var(--space-16);
}
.with-comments .dialog__inner {
margin-right: var(--dialog-comments-w, 20rem);
}
#comments-container {
top: var(--dialog-header-h);
}
</style>