Skip to content

Commit

Permalink
Merge pull request #124 from hyparam/1-fix-sidebar-width
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Dec 11, 2024
2 parents 21a9a1f + 985fd72 commit 690c7d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/hightable-demo/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
/* sidebar */
nav {
height: 100vh;
min-width: 48px;
width: 48px;
background-image: linear-gradient(to bottom, #667, #585669);
box-shadow: 0 0 4px rgba(10, 10, 10, 0.5);
height: 100vh;
Expand Down
2 changes: 1 addition & 1 deletion apps/hyparquet-demo/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sub img {
/* sidebar */
nav {
height: 100vh;
min-width: 48px;
width: 48px;
background-image: linear-gradient(to bottom, #667, #585669);
box-shadow: 0 0 4px rgba(10, 10, 10, 0.5);
height: 100vh;
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ main {
display: flex;
flex-direction: column;
height: 100vh;
min-width: 48px;
width: 48px;
background-image: linear-gradient(to bottom, #667, #585669);
box-shadow: 0 0 4px rgba(10, 10, 10, 0.5);
height: 100vh;
Expand Down
2 changes: 1 addition & 1 deletion packages/components/demo/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ main {
display: flex;
flex-direction: column;
height: 100vh;
min-width: 48px;
width: 48px;
background-image: linear-gradient(to bottom, #667, #585669);
box-shadow: 0 0 4px rgba(10, 10, 10, 0.5);
height: 100vh;
Expand Down

0 comments on commit 690c7d1

Please sign in to comment.