Skip to content

Commit

Permalink
Merge pull request #431 from liam-hq/adjusting-the-appearance-of-the-…
Browse files Browse the repository at this point in the history
…mobile-toolbar

🚸 delete unnecessary margin on mobile
  • Loading branch information
MH4GF authored Jan 9, 2025
2 parents 7c510a0 + d0858af commit 29fa542
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/hip-poems-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@liam-hq/erd-core": patch
"@liam-hq/cli": patch
---

🚸 delete unnecessary margin on mobile
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@
:global([data-state='expanded']) + .main .toolbarWrapper {
opacity: 0;
visibility: hidden;
width: 0;
margin: 0;
}
}

0 comments on commit 29fa542

Please sign in to comment.