From 4b194946d1e20b44da3f08b26410be8da26d623f Mon Sep 17 00:00:00 2001 From: Pierre Date: Wed, 31 May 2017 19:17:31 +0200 Subject: [PATCH] Improved menubar style --- assets/css/components/friends/friendsBar.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/assets/css/components/friends/friendsBar.css b/assets/css/components/friends/friendsBar.css index c24b5767..222a834e 100644 --- a/assets/css/components/friends/friendsBar.css +++ b/assets/css/components/friends/friendsBar.css @@ -12,15 +12,17 @@ background-color: #fff3ff80; top: 0px; height: 100%; - padding: 10px; - padding-top: 50px; - width: 70px; + width: 50px; transition: width 1s; + font-size: 70%; } #friendsList:hover { width: 230px; background-color: #ffffff; + font-size: 100%; + padding: 10px; + padding-top: 50px; } #friendsList td { @@ -29,7 +31,8 @@ #friendsList .account-image { margin: auto 10px auto auto; - width: 40px; + max-width: 40px; height: 40px; border-radius: 50%; + visibility: visible } \ No newline at end of file