Reduces the height of the top header on the steam store.
Steam Store - Smaller Header by kissaki
Details
Authorkissaki
LicenseAGPL-3.0-or-later
Categorystore.steampowered.com
Created
Updated
Size475 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Reduces the vertical header size so the price is immediately visible in more cases, without the need to scroll.
Source code
/* ==UserStyle==
@name Steam Store - Smaller Header
@namespace kcode.de
@version 1.0
@license AGPL-3.0-or-later
@description Reduces the height of the top header on the steam store.
@author Jan Klass
==/UserStyle== */
@-moz-document domain("store.steampowered.com")
{
div#global_header .content
{
height: 56px;
}
div#global_header div.logo
{
padding-top: 4px;
}
div#global_header .menuitem
{
padding-top: 4px;
}
}