Some minor tweaks to the website, improving UX and fixing a few bugs.
Steam Store - Minor tweaks and fixes by denilsonsa
Details
Authordenilsonsa
LicensePublic Domain
Categorysteampowered
Created
Updated
Size938 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Steam Store - Minor tweaks and fixes
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Some minor tweaks to the website, improving UX and fixing a few bugs.
@author Denilson Sá
==/UserStyle== */
@-moz-document domain("store.steampowered.com") {
/* Making the menu items full-width (from the top bar pop-up menu at the main store page). */
html .store_nav .popup_menu.popup_menu_browse {
align-items: stretch;
}
html .store_nav .popup_menu.popup_menu_browse .popup_menu_item {
width: auto;
}
/* This pop-up menu should have a dark background. (At a publisher/creator/curator page.) */
html body.v6 #curator_popup_body .popup_body.popup_menu {
background: #171a21;
}
/* Auto-expands the names of the developers/publishers. */
html .glance_ctn .dev_row .column {
white-space: normal;
}
}