Skip to content

Commit

Permalink
fix(app-navbar): remove max-w-2xl
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxxeun committed Oct 26, 2024
1 parent dbce0d0 commit 1c92708
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 36 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@


## [1.1.2](https://github.com/justdlabs/inertia.ts/compare/1.1.1...1.1.2) (2024-10-24)


### Bug Fixes

* fix the navbar ([26859f4](https://github.com/justdlabs/inertia.ts/commit/26859f44dafa5519f46cb88235c3362b8c426548))
- fix the navbar ([26859f4](https://github.com/justdlabs/inertia.ts/commit/26859f44dafa5519f46cb88235c3362b8c426548))

## [1.1.1](https://github.com/justdlabs/inertia.ts/compare/1.1.0...1.1.1) (2024-10-22)

Expand Down
Binary file added bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/js/components/ui/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Navbar = ({
};

const navStyles = tv({
base: 'hidden h-[--navbar-height] [--navbar-height:3.5rem] px-4 group peer lg:flex items-center w-full max-w-screen-2xl mx-auto',
base: 'hidden h-[--navbar-height] [--navbar-height:3.5rem] px-4 group peer lg:flex items-center w-full mx-auto',
variants: {
isSticky: {
true: 'sticky top-0'
Expand Down
33 changes: 2 additions & 31 deletions resources/js/ziggy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c92708

Please sign in to comment.