face-top-matter: hide actions on top bar
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/head
parent
429c821fbf
commit
395b3aacb5
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue