face-top-matter: hide actions on top bar

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/653/head
Varun Patil 2023-04-28 22:33:54 -07:00
parent 429c821fbf
commit 395b3aacb5
1 changed files with 6 additions and 0 deletions

View File

@ -112,3 +112,9 @@ export default defineComponent({
}, },
}); });
</script> </script>
<style lang="scss" scoped>
body.has-top-bar .face-top-matter .right-actions {
visibility: hidden;
}
</style>