makes BD button look "naturally built in"
This commit is contained in:
parent
fb0326d371
commit
722af5cec6
|
@ -37,7 +37,7 @@
|
|||
|
||||
.bd-settings-button {
|
||||
position: absolute;
|
||||
z-index: 90001;
|
||||
z-index: 1;
|
||||
top: 22px;
|
||||
width: 70px;
|
||||
height: 48px;
|
||||
|
@ -65,6 +65,7 @@
|
|||
background: transparent;
|
||||
opacity: 1;
|
||||
box-shadow: none;
|
||||
z-index: 90000;
|
||||
/*transform: translateY(-150%);*/
|
||||
}
|
||||
|
||||
|
@ -91,4 +92,4 @@
|
|||
background-size: 100% 100%;
|
||||
margin-left: 20px;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue