Skip to content

Steam store - Disable screenshot carousel by denilsonsa

Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/97161.user.css

Screenshot of Steam store - Disable screenshot carousel

Details

Authordenilsonsa

LicensePublic Domain

Categorysteampowered

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Carousels are an annoying piece of UI. This custom style disables the carousel in the screenshot area, showing all thumbnails directly.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Steam store - Disable screenshot carousel
@namespace      USO Archive
@author         denilsonsa
@description    `Carousels are an annoying piece of UI. This custom style disables the carousel in the screenshot area, showing all thumbnails directly.`
@version        20160613.3.46
@license        Public Domain
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("store.steampowered.com") {
    #highlight_strip_scroll {
      position: static;
      width: auto !important;
    }
    .highlight_strip_item {
      float: none;
      display: inline-block;
      margin-left: 0;
      margin-right: 0;
    }
    #highlight_slider {
      display: none;
    }
    #game_highlights,
    .highlight_ctn,
    .highlight_overflow,
    #highlight_strip {
      height: auto;
    }

    /* Moving the slider buttons to above the screenshots. */
    .highlight_overflow .slider_ctn {
      position: absolute;
      top: 338px;
      left: 0;
      right: 0;
    }
    #game_highlights.es_expanded .highlight_overflow .slider_ctn {
      top: 529px;
    }
    .highlight_overflow #highlight_strip {
      margin-top: 18px; /* was 4px; */
    }

    /* Fixing the highlighted item. */
    .highlight_selector {
      display: none;
    }
    .highlight_strip_item.focus {
      outline: 2px solid #D5D7D8;
    }
}

Reviews

No reviews yet.