Palliatif pour l'affichage des étiquettes trop grandes

This commit is contained in:
Benjamin Bohard 2016-01-11 11:38:21 +01:00
父節點 c46cb295bb
當前提交 77cc28a466
共有 1 個文件被更改,包括 1 次插入2 次删除

查看文件

@ -78,7 +78,7 @@ html, body {
position: relative;
overflow: hidden;
width: 125px;
height: 125px;
height: 155px;
}
.launcher li.app-item::after {
@ -106,7 +106,6 @@ html, body {
display: block;
text-align: center;
color: white;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 90%;
overflow: hidden;