Friends list scrollable and automatically refreshed

This commit is contained in:
Pierre
2017-06-03 16:16:33 +02:00
parent 204a3e7e0d
commit ad7eb5a5b1
3 changed files with 19 additions and 5 deletions

View File

@ -26,7 +26,7 @@
@media screen and (min-width: 1200px) {
#friendsList {
width: 230px;
width: 230px !important;
transition: right 1s;
right: -175px;
background-color: #fff3ff80;
@ -79,10 +79,9 @@
padding-top: 50px;
position: fixed;
height: 100%;
width: 100%;
width: 100% !important;
top: 0px;
left: 0px;
overflow: auto;
}
}