From ce0551e91e883aa5636fb61b631f8338f68878a0 Mon Sep 17 00:00:00 2001 From: William Petit Date: Fri, 15 Apr 2016 17:18:06 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20affichage=20label=20des=20t?= =?UTF-8?q?uiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 5474663..61030cb 100644 --- a/css/style.css +++ b/css/style.css @@ -152,8 +152,8 @@ html, body { transition: 150ms linear; position: relative; overflow: hidden; - width: 125px; - height: 155px; + width: 145px; + height: 145px; } .launcher li.app-item::after { @@ -185,7 +185,7 @@ html, body { text-overflow: ellipsis; max-width: 90%; overflow: hidden; - margin: auto; + margin: 5px auto; } /* Edit View */