Shows matches as side-by-side, make a better use of your widescreen monitor. PLEASE read the description!
SteamTrade Matcher - side-by-side matches by denilsonsa
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/117262.user.css
Details
Authordenilsonsa
LicensePublic Domain
Categorysteamtradematcher
Created
Updated
Size634 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This custom style was created for the "classic" layout. This custom style is not needed in the new (as of 2015-12-18) "compact" layout. See the relevant discussion on Steam Community Forums.
Source code
/* ==UserStyle==
@name SteamTrade Matcher - side-by-side matches
@namespace USO Archive
@author denilsonsa
@description `Shows matches as side-by-side, make a better use of your widescreen monitor. PLEASE read the description!`
@version 20221231
@license Public Domain
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("https?://(www\\.)?steamtradematcher\\.com/matcher") {
#results {
display: block !important;
}
.user-results.card {
display: inline-block !important;
}
.user-results.card[style*="none"] {
display: none !important;
}
}