Skip to content

Commit 2ba70a7

Browse files
fix: navbar breakpoint breaks the main container
1 parent 55f7ba2 commit 2ba70a7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h3>🎵 Majdata Hub</h3>
77
<p>一个用于管理 MajdataPlay 谱面和皮肤的桌面应用</p>
88

9-
![Version](https://img.shields.io/badge/version-0.5.0-blue.svg)
9+
![Version](https://img.shields.io/badge/version-0.5.1-blue.svg)
1010
![License](https://img.shields.io/badge/license-MIT-green.svg)
1111
![Tauri](https://img.shields.io/badge/Tauri-2.0-orange.svg)
1212
![React](https://img.shields.io/badge/React-19-61dafb.svg)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "majdata-hub",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"type": "module",
66
"scripts": {
77
"dev": "concurrently \"pnpm vite:dev\" \"cargo run --manifest-path src-tauri/Cargo.toml\"",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "majdata-hub"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Majdata Hub - localhost server"
55
authors = ["KirisameVanilla"]
66
edition = "2021"

src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function Layout({ children }: LayoutProps) {
1212
header={{ height: 60 }}
1313
navbar={{
1414
width: 60,
15-
breakpoint: 'sm',
15+
breakpoint: 0,
1616
}}
1717
padding="md"
1818
className="h-screen"

0 commit comments

Comments
 (0)