diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 1b851803c4f..6b87d3ec692 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -3162,10 +3162,8 @@ a.account__display-name { padding: 1rem; margin: auto auto 0; overflow: clip; - - &:empty { - padding: 0; - } + min-height: 86px; + pointer-events: none; @media (max-width: #{$mobile-menu-breakpoint - 1}) { // Compensate for mobile menubar @@ -3173,6 +3171,8 @@ a.account__display-name { } & > * { + pointer-events: initial; + // Make all nested alerts occupy the same space // rather than stack grid-area: 1 / 1;