Keep big Play button (Yes, Steam is installed), but reduce Install Steam button.
Steam Store Launch/Install Button UX by kissaki
Details
Authorkissaki
LicenseAGPL v3
Categorystore.steampowered.com
Created
Updated
Size558 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
When pressing Play in the Steam Store a pop-in asking whether Steam is already installed. As a regular user with Steam installed having the "install Steam" button provides better UX, because that is rarely or never what you want.
Source code
/* ==UserStyle==
@name Steam Store Launch smaller install button
@version 1.0
@namespace kcode.de
@license AGPL-3.0-or-later
@description Keep big Play button (Yes, Steam is installed), but reduce Install Steam button.
@author Jan Klass
==/UserStyle== */
@-moz-document domain("store.steampowered.com") {
.gotsteam_buttons :nth-child(2) {
width: 200px;
height: 24px;
}
.gotsteam_buttons a.btn_blue:nth-child(2) h3,
.gotsteam_buttons a.btn_blue:nth-child(2) h5 {
font-size: 0.8em;
}
}