Refactoring
This commit is contained in:
@ -120,6 +120,7 @@ html, body {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 10px;
|
||||
flex: 3;
|
||||
}
|
||||
|
||||
.edit .left-menu {
|
||||
@ -132,7 +133,7 @@ html, body {
|
||||
.edit .item-form {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex: 1;
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
.edit .apps-list .icon-theme-selector > select {
|
||||
|
Reference in New Issue
Block a user