Amélioration affichage label des tuiles
This commit is contained in:
parent
5de75e42f8
commit
ce0551e91e
@ -152,8 +152,8 @@ html, body {
|
|||||||
transition: 150ms linear;
|
transition: 150ms linear;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 125px;
|
width: 145px;
|
||||||
height: 155px;
|
height: 145px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.launcher li.app-item::after {
|
.launcher li.app-item::after {
|
||||||
@ -185,7 +185,7 @@ html, body {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: auto;
|
margin: 5px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Edit View */
|
/* Edit View */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user