Skip to content
Snippets Groups Projects
Unverified Commit 182e801a authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Revert "Sprite library now centered"

parent c2ab92e2
Branches
Tags
No related merge requests found
......@@ -5,7 +5,6 @@
position: absolute;
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
......@@ -20,8 +19,13 @@
}
.library-scroll-grid {
display: grid;
justify-content: center;
grid-template-columns: repeat(auto-fill, 160px);
display: flex;
justify-content: flex-start;
align-content: flex-start;
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