changes steam curator location to the top of the page
Steam curators on top by MrDraxs
Details
AuthorMrDraxs
LicenseNo License
Categorystore.steampowered.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name store.steampowered.com - Mar 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("store.steampowered.com") {
html.responsive body.v6.app.game_bg.application.responsive_page div.responsive_page_frame.with_header div.responsive_page_content div#responsive_page_template_content.responsive_page_template_content div.game_page_background.game div#tabletGrid.tablet_grid div.page_content_ctn div.page_content div.leftcol.game_description_column div.steam_curators_block.block.responsive_apppage_reviewblock
{
position: absolute;
top: 194px;
width: 600px;
}
html.responsive body.v6.app.game_bg.application.responsive_page div.responsive_page_frame.with_header div.responsive_page_content div#responsive_page_template_content.responsive_page_template_content div.game_page_background.game div#tabletGrid.tablet_grid div.page_content_ctn div.block.game_media_and_summary_ctn div.game_background_glow div#game_highlights.block_content.page_content
{
position: relative;
top: 100px;
}
/* Insert code here... */
}