/* ==UserStyle== @name Discord Bigger Inbox @namespace github.com/ibillingsley @version 1.4.8 @description Maximize inbox popup on Discord @author Isaiah Billingsley @homepageURL https://github.com/ibillingsley/userstyles @license 0BSD ==/UserStyle== */ @-moz-document domain("discord.com") { /* Resize and position popup */ :root .recentMentionsPopout__95796 { position: fixed; top: var(--custom-app-top-bar-height, 36px); right: 0; bottom: 0; left: var(--custom-guild-sidebar-width, 310px); width: auto !important; height: auto !important; max-width: none !important; max-height: none !important; margin: 1px 0 0 1px; border-radius: 0; } /* Single-row toolbar */ .recentMentionsPopout__95796 .header_ab6641 { display: flex; align-items: center; min-height: var(--custom-channel-header-height, 48px); padding: 0 16px; } .recentMentionsPopout__95796 .headerTitle_ab6641 { display: contents; } .recentMentionsPopout__95796 .headerTitle_ab6641 .controls_ab6641 { order: 2; } .recentMentionsPopout__95796 .headerTabs_ab6641 { margin: 0 24px; flex-grow: 999999; } .recentMentionsPopout__95796 .tabBar_ab6641 { margin-top: 0; border: none; } .recentMentionsPopout__95796 .tab_ab6641 { padding-top: 17px; } /* Fix mentions */ .recentMentionsPopout__95796 .recentMentionsPopout__95796 { position: static !important; box-shadow: none; } }