Skip to content

Instantly share code, notes, and snippets.

@JTBrinkmann
Created September 4, 2016 16:20
Show Gist options
  • Save JTBrinkmann/0c4778a34a39cc2ac1642785fa0fb73a to your computer and use it in GitHub Desktop.
Save JTBrinkmann/0c4778a34a39cc2ac1642785fa0fb73a to your computer and use it in GitHub Desktop.
#user-friends .image {
display: none;
}
#user-friends .list .row {
width: 180px !important;
height: 40px;
clear: both;
display: inline-block;
float: none;
margin: 0 !important;
margin-right: 5px !important;
padding-left: 5px;
}
#user-friends .list .row .meta {
position: absolute;
left: 0;
top: 0;
width: auto !important;
}
#user-friends .meta > div,
#user-friends .meta > div > span {
display: inline;
float: none !important;
}
#user-friends .level .label {
display: none;
}
#user-friends .list .row .buttons button {
overflow: hidden;
width: 20px !important;
height: 20px !important;
position: relative;
padding: 0 !important;
color: transparent;
}
#user-friends .list .row .buttons button i {
top: -5px !important;
left: -5px !important;
}
#user-friends .list .row .buttons {
width: 20px;
}
#user-friends .list .row .name {
display: block;
margin: 0;
}
#user-friends .list .row .level span::before {
content: "Lvl ";
color: #555D70;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment