Fix open folder button position

This commit is contained in:
Alexei Stukov 2017-05-13 13:26:23 +03:00 committed by GitHub
parent 7a9ac5b035
commit 4dfc413227
1 changed files with 4 additions and 3 deletions

View File

@ -1891,9 +1891,10 @@
}
.bd-pfbtn {
position: absolute;
top: 60px;
left: 120px;
position: relative;
top: -40px;
left: 80px;
margin-bottom: -19px;
background: #7289da;
color: #FFF;
border-radius: 5px;