Improved menubar style

This commit is contained in:
Pierre 2017-05-31 19:17:31 +02:00
parent 8732c40b36
commit 4b194946d1

View File

@ -12,15 +12,17 @@
background-color: #fff3ff80; background-color: #fff3ff80;
top: 0px; top: 0px;
height: 100%; height: 100%;
padding: 10px; width: 50px;
padding-top: 50px;
width: 70px;
transition: width 1s; transition: width 1s;
font-size: 70%;
} }
#friendsList:hover { #friendsList:hover {
width: 230px; width: 230px;
background-color: #ffffff; background-color: #ffffff;
font-size: 100%;
padding: 10px;
padding-top: 50px;
} }
#friendsList td { #friendsList td {
@ -29,7 +31,8 @@
#friendsList .account-image { #friendsList .account-image {
margin: auto 10px auto auto; margin: auto 10px auto auto;
width: 40px; max-width: 40px;
height: 40px; height: 40px;
border-radius: 50%; border-radius: 50%;
visibility: visible
} }