Unfriend and update username - beta

This commit is contained in:
yflory
2017-07-13 17:32:57 +02:00
parent c3ba7cd792
commit 557f13f796
5 changed files with 167 additions and 32 deletions

View File

@@ -78,6 +78,19 @@ body {
color: #000;
}
}
media-tag, .default {
margin-right: 5px;
}
}
#friendList {
.remove {
cursor: pointer;
width: 20px;
&:hover {
color: darken(@color, 20%);
}
}
}
#messaging {