makes BD button look "naturally built in"

This commit is contained in:
Pierce 2018-01-19 17:42:17 -05:00 committed by GitHub
parent fb0326d371
commit 722af5cec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@
.bd-settings-button { .bd-settings-button {
position: absolute; position: absolute;
z-index: 90001; z-index: 1;
top: 22px; top: 22px;
width: 70px; width: 70px;
height: 48px; height: 48px;
@ -65,6 +65,7 @@
background: transparent; background: transparent;
opacity: 1; opacity: 1;
box-shadow: none; box-shadow: none;
z-index: 90000;
/*transform: translateY(-150%);*/ /*transform: translateY(-150%);*/
} }
@ -91,4 +92,4 @@
background-size: 100% 100%; background-size: 100% 100%;
margin-left: 20px; margin-left: 20px;
} }
</style> </style>