Skip to content
Snippets Groups Projects
Unverified Commit f4b51db6 authored by Andrew Sliwinski's avatar Andrew Sliwinski Committed by GitHub
Browse files

Merge pull request #1297 from dgnball/center_sprite_library

Sprite library now centered
parents f1ddad59 ade17124
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;
justify-content: flex-start;
align-content: flex-start;
display: grid;
justify-content: center;
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.
Finish editing this message first!
Please register or to comment