fix visual view pure CV

This commit is contained in:
Daniel Barbero Martin 2020-11-24 12:04:25 +01:00
parent 1ce0a8cba8
commit af6bab49e9
1 changed files with 17 additions and 0 deletions

View File

@ -8,6 +8,23 @@ div#vc-controls {
position: fixed; position: fixed;
top: 30px; top: 30px;
right: 20px; right: 20px;
width: 350px;
background-color: #ececec;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 5px;
border-radius: 3px;
}
div#vc-controls div#menu_tab {
margin: 0px;
}
div#vc-controls ul.white-box-content {
background-color: #ececec;
border: 0px;
} }
div#vc-controls div.vc-title, div#vc-controls div.vc-title,