Skip to content
Snippets Groups Projects
Commit e2160b7f authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[dome] fixed various layout styles

parent fb3d3547
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@
.dome-xSideBarSection-title {
position: sticky ;
z-index: +1;
top: 0px ;
padding-top: 0px;
padding-bottom: 0px ;
......
......@@ -20,9 +20,8 @@
.dome-xBoxes-grid
{
flex: 1 1 auto ;
overflow: auto ;
display: grid ;
flex: 1 1 auto;
overflow: auto;
display: grid;
grid-auto-rows: auto;
grid-auto-flow: row;
......
......@@ -52,7 +52,7 @@ function Gallery(): JSX.Element {
gallery.forEach((icons, section) => {
sections.push(
<Section key={section} defaultUnfold label={section}>
<Grid columns="auto auto">{icons}</Grid>
<Grid style={{paddingLeft: 24}} columns="auto auto">{icons}</Grid>
</Section>
);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment