Skip to content

Commit

Permalink
feat /browse: remove button border
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Jul 10, 2024
1 parent dddea44 commit bdf5911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h1 class="display-4 fw-normal lh-1 mb-2 d-lg-none d-block text-center byte-txt"
<div class="card overflow-hidden bg-dark-subtle">
<img src="./assets/${product.thumbnail}" onclick="setTimeout(() => {document.getElementById('${product.identifier}Button').click()}, 1)" class="card-img-top img-dim product-image" alt="${product.name}"/>
<div class="btn-group position-absolute" style="right: 11px; top: 0px;">
<button type="button" id="${product.identifier}Button" class="btn btn-secondary rounded-2 buy-btn border border-secondary-subtle backdrop-blur" data-bs-toggle="dropdown" aria-expanded="false">
<button type="button" id="${product.identifier}Button" class="btn btn-secondary rounded-2 buy-btn border-0 backdrop-blur" data-bs-toggle="dropdown" aria-expanded="false">
<i class="bi bi-chevron-down"></i>
</button>
<ul class="dropdown-menu dropdown-menu-end gap-1 p-2 rounded-3 mx-0 border-0 shadow w-220px">
Expand Down

0 comments on commit bdf5911

Please sign in to comment.