/* ==UserStyle== @name Steam - Tweaks @description Miscellaneous style overrides for Steam. @version 2024.08.28.21.34 @author MetalTxus @namespace https://github.com/jesuscc1993/ @license CC BY-SA 4.0 @preprocessor stylus ==/UserStyle== */ @-moz-document domain("store.steampowered.com"), domain("steamcommunity.com") { /* evenly sized header buttons */ #green_envelope_menu_root, #header_notification_link, .sih-global-menu .sih-global-menu__icon { width: 24px; } .header_parental_btn { padding: 0; } /* hide extension crap */ .sih_game_banner { display: none; } } @-moz-document domain("steamcommunity.com") { .profile_badges, .profile_count_link, .profile_group_links, .profile_in_game, .profile_item_links { margin-bottom: 0; } .permalink, .permalink .title { margin-top: 0; } .sih_profile_link.profile_count_link { display: none; } .profile_comment_area { margin-top: 40px; } } @-moz-document url-prefix("https://steamcommunity.com/id/MetalTxus") { .profile_in_game.persona.online { display: none; } } @-moz-document regexp("https:\/\/steamcommunity\.com\/id\/MetalTxus\/stats\/.*\/?tab=achievements&hideAchieved") { .achievements_list { br { display: none; } .achieveRow[data-panel*='"autoFocus":true'] { display: none; } } }