fix styling of confidential toggle button in renderboxes

This commit is contained in:
Julie Lenaerts 2022-02-23 10:46:25 +01:00
parent fc5ca30df0
commit d486f2ddfc
2 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,15 @@
.confidential{
display: flex;
position: relative;
}
.toggle{
margin-left: 30px;
margin-top: 5px;
cursor: pointer;
position: absolute;
bottom: 0px;
right: 10px;
z-index: 5;
}
.blur {
-webkit-filter: blur(5px);

View File

@ -29,6 +29,5 @@ export default {
<style scoped lang='scss'>
.confidential{
align-items: center;
display: block;
}
</style>