/* ==UserStyle== @name Discord Bigger Inbox @namespace github.com/ibillingsley @version 1.4.6 @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 ._957962c2bd49881b-recentMentionsPopout { 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 */ ._957962c2bd49881b-recentMentionsPopout .ab66419eae73260f-header { display: flex; align-items: center; padding: 0 16px; } ._957962c2bd49881b-recentMentionsPopout .ab66419eae73260f-headerTitle { display: contents; } ._957962c2bd49881b-recentMentionsPopout .ab66419eae73260f-headerTitle .ab66419eae73260f-controls { order: 1; } ._957962c2bd49881b-recentMentionsPopout .ab66419eae73260f-headerTabs { margin: 1px 24px 0; flex-grow: 999999; } ._957962c2bd49881b-recentMentionsPopout .ab66419eae73260f-tabBar { margin-top: 0; } ._957962c2bd49881b-recentMentionsPopout .ab66419eae73260f-tab { padding-top: 16px; } /* Fix mentions */ ._957962c2bd49881b-recentMentionsPopout ._957962c2bd49881b-recentMentionsPopout { position: static !important; box-shadow: none; } }