Refactoring store

This commit is contained in:
2015-09-16 17:26:56 +02:00
parent 1136b693fd
commit a2f0a03671
11 changed files with 208 additions and 22 deletions

View File

@ -126,6 +126,7 @@ html, body {
display: flex;
flex-direction: column;
flex: 1;
overflow-y: auto;
}
.edit .item-form {
@ -141,7 +142,6 @@ html, body {
.edit .apps-list ul.desktop-apps {
list-style: none;
padding: 0;
overflow-y: auto;
height: 100%;
margin: 10px 0 0 0;
padding: 0 10px 0 0;