Refactoring store
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user