Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2573540

Browse files
authored
fix sidebar width (#9)
* fix sidebar widthreport ofhyparam/hyperparam-cli#124* downgrade vite, due to breaking changesseehttps://stackoverflow.com/questions/79296528/errors-while-starting-vite-reactit occurs in our CI:https://github.com/hyparam/space/actions/runs/12428359525?pr=9
1 parentdf7e7aa commit2573540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"globals":"15.14.0",
3131
"typescript":"5.7.2",
3232
"typescript-eslint":"8.18.1",
33-
"vite":"6.0.4",
33+
"vite":"5.4.11",
3434
"vitest":"2.1.8"
3535
}
3636
}

‎src/styles/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ main {
6666
display: flex;
6767
flex-direction: column;
6868
height:100vh;
69-
min-width:48px;
69+
width:48px;
7070
background-image:linear-gradient(to bottom,#667,#585669);
7171
box-shadow:004pxrgba(10,10,10,0.5);
7272
height:100vh;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp