Skip to content
Snippets Groups Projects
Commit ade17124 authored by Daniel Ball's avatar Daniel Ball
Browse files

Used grid layout in library.css instead of flex

parent c2873b4a
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@
position: absolute;
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
......@@ -19,13 +20,8 @@
}
.library-scroll-grid {
display: flex;
display: grid;
justify-content: center;
align-content: flex-start;
grid-template-columns: repeat(auto-fill, 160px);
background: $ui-pane-gray;
flex-grow: 1;
flex-wrap: wrap;
overflow-y: auto;
height: calc(100% - $library-header-height);
padding: 0.5rem;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment