Skip to content

Commit

Permalink
[stories] Fixes stage margin in most stories
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Sep 20, 2024
1 parent 9ee789b commit 4ac2c8d
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions packages/storybook/stories/cluster-label/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
#clustersLayer {
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/csv-to-network-map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
#loader {
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/custom-rendering/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
</style>
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/edge-curve/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
</style>
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/events-shadowdom/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#storybook-root {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
font-family: sans-serif;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
font-family: sans-serif;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/fit-sizes-to-positions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
</style>
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/large-graphs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
font-family: sans-serif;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/layer-leaflet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
z-index: 500;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/layer-maplibre/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
z-index: 500;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/layer-webgl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
font-family: sans-serif;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
#buttons {
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/load-gexf-file/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
#controls {
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/node-border/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
</style>
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/node-image/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
</style>
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/node-piechart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
</style>
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/node-square/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
</style>
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/nodes-edges-opacity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
</style>
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/png-snapshot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
font-family: sans-serif;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/stories/use-reducers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#sigma-container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
#search {
Expand Down

0 comments on commit 4ac2c8d

Please sign in to comment.