Created
November 27, 2013 22:37
-
-
Save sk89q/7684363 to your computer and use it in GitHub Desktop.
Compact Steam web chat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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