ux: add panel progress

This commit is contained in:
Torkel Ödegaard
2017-10-16 10:39:50 +02:00
parent 772ab7812f
commit 2ff4b86781
2 changed files with 22 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
overflow: hidden;
overflow: auto;
height: 100%;
align-content: flex-start;
justify-content: space-around;