Base chargement des icons des applications
This commit is contained in:
@ -48,7 +48,6 @@ html, body {
|
||||
}
|
||||
|
||||
.launcher ul.apps-list {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
@ -105,17 +104,27 @@ html, body {
|
||||
|
||||
/* Edit View */
|
||||
|
||||
.edit {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.edit ul.desktop-apps {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.edit li.desktop-app {
|
||||
height: 30px;
|
||||
|
||||
}
|
||||
|
||||
.edit img.desktop-app-icon {
|
||||
height: 30px;
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
|
Reference in New Issue
Block a user