Skip to content

Instantly share code, notes, and snippets.

@sk89q
Created November 27, 2013 22:37
Show Gist options
  • Save sk89q/7684363 to your computer and use it in GitHub Desktop.
Save sk89q/7684363 to your computer and use it in GitHub Desktop.
Compact Steam web chat
.chat_page_header {
display: none;
}
#chat_friendslist_area {
position: fixed;
top: 0;
left: 0;
bottom: 0;
}
#chat_msg_area {
position: fixed;
top: 0;
left: 270px;
max-width: 600px;
}
/* Users list */
#chat_friendslist .friendslist_entry {
height: 27px;
}
#chat_friendslist .friendslist_entry_content.in-game div {
margin-top: -13px;
}
#chat_friendslist .friendslist_entry_content.in-game div::first-line {
color: rgba(0, 0, 0, 0);
}
#chat_friendslist .friendslist_entry_content div {
color: #555;
}
#chat_friendslist .playerAvatar {
width: 27px;
height: 27px;
padding: 2px;
}
#chat_friendslist .playerAvatar img {
width: 25px;
height: 25px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment