[Modify] BMC-Widget Add

This commit is contained in:
Kanani Nirav
2023-08-13 22:31:24 +09:00
parent 0c0a1a582d
commit 722aea654d
2 changed files with 14 additions and 1 deletions

View File

@@ -95,4 +95,16 @@
padding-left: 1rem;
margin-bottom: 1rem;
}
</style>
#bmc-wbtn {
position: fixed !important;
bottom: 20px !important;
right: 20px !important;
z-index: 9999 !important;
}
@media (max-width: 1024px) {
#bmc-wbtn {
display: none !important;
}
}
</style>