Skip to content

Steam Store - Smaller Header by kissaki

Screenshot of Steam Store - Smaller Header

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

Reduces the height of the top header on the steam store.

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;
  }
}

Reviews

No reviews yet.