feat: show and hide discussions in zen mode

This commit is contained in:
Jannat Patel
2025-04-25 17:28:54 +05:30
parent 63319d32e8
commit e513993a0d
5 changed files with 120 additions and 51 deletions

View File

@@ -653,3 +653,8 @@ const getSubmissionColumns = () => {
]
}
</script>
<style>
p {
line-height: 1.5rem;
}
</style>