Fix open folder button position
This commit is contained in:
parent
7a9ac5b035
commit
4dfc413227
|
@ -1891,9 +1891,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-pfbtn {
|
.bd-pfbtn {
|
||||||
position: absolute;
|
position: relative;
|
||||||
top: 60px;
|
top: -40px;
|
||||||
left: 120px;
|
left: 80px;
|
||||||
|
margin-bottom: -19px;
|
||||||
background: #7289da;
|
background: #7289da;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
Loading…
Reference in New Issue