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;
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
}