Chargement/Sauvegarde profil via l'UI
This commit is contained in:
@ -77,7 +77,8 @@ html, body {
|
||||
transition: 150ms linear;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
min-width: 150px;
|
||||
width: 125px;
|
||||
height: 125px;
|
||||
}
|
||||
|
||||
.launcher li.app-item::after {
|
||||
@ -105,6 +106,11 @@ html, body {
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: white;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 90%;
|
||||
overflow: hidden;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/* Edit View */
|
||||
@ -116,6 +122,14 @@ html, body {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.edit .menu-bar {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.edit .menu-bar button {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.edit .workspace {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -136,6 +150,10 @@ html, body {
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
.edit .item-form > form {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.edit .apps-list .icon-theme-selector > select {
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user