Skip to content

better steam chat by jamir-boop

Screenshot of better steam chat

Details

Authorjamir-boop

LicenseNo License

Categorysteam

Created

Updated

Code size948 B

Code checksum95f46b67

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Multi row steam chat, improved spacing

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           steamcommunity.com/chat/
@namespace      Jamir-boop
@version        0.0.1
@description    Multi row steam chat, improved spacing
@author         Jamir-boop
@preprocessor   stylus

==/UserStyle== */

@-moz-document url-prefix("https://steamcommunity.com/chat/")
	.friendlist
		flex-direction: row
	.friendListHeaderContainer,
	.friendlistListContainer,
	.playerNameQuickAccessContainer,
	.playerName
		width: 20vw !important
	.singleWindowDivider
		display: none
	.multiChatDialog
		margin-left: auto !important
		flex-grow: 0
		flex-shrink: 1
		flex-basis: auto
		width: 60vw !important
	.quickAccessFriends:not(.emptyQuickAccess)
		height: 70vh !important
		display: flex
		flex-direction: column
		flex-wrap: nowrap
		overflow-y: auto
	.friend.quickAccessFriend
		width: 20vw
		& > div
			width: 20vw
			display: flex
			flex-direction: row
	.avatarFrame
		display: none
	.playerName
		text-align: left !important

Reviews

No reviews yet.