Skip to content

Commit

Permalink
Merge pull request #101 from sanoojes/fix-marketplace-btn
Browse files Browse the repository at this point in the history
fix: marketplace icon alignment in libraryX

Seems legit
  • Loading branch information
Astromations authored May 31, 2024
2 parents ed1c7a5 + 826ca11 commit ffd48ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,14 @@ EXPERIMENTAL FEATURES
MARKETPLACE
---------*/

a[aria-label="Marketplace"],
a[href="/marketplace"]{
display: flex;
align-items: center;
gap: 20px;
height: 40px;
}

.marketplace-grid .main-card-draggable {
background-color: transparent !important;
box-shadow: none !important;
Expand Down

0 comments on commit ffd48ca

Please sign in to comment.