Skip to content

Steam Store - Carousel Arrow Fix by d-spence

Details

Authord-spence

LicenseNo License

Categorystore.steampowered.com

Created

Updated

Size503 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fix issue with Steam Store carousel arrow misalignment.

Notes

This will fix an issue where the left arrow which controls the featured & recommended carousel overlaps with the gutter/sidebar. It simply decreases the size of the sidebar and the gift card image slightly.

Source code

/* ==UserStyle==
@name           Steam Store - Carousel Arrow Fix
@namespace      store.steampowered.com
@version        1.0.0
@description    Fix issue with Steam Store carousel arrow misalignment.
@author         d-spence
==/UserStyle== */

@-moz-document domain("store.steampowered.com") {
    .home_page_gutter_giftcard {
      max-width: 90%;
    }

    @media (min-width: 1224px) {
        body:not(.no_home_gutter) .home_page_gutter {
            width: 188px;
        }
    }
}

Reviews

No reviews yet.