mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-29 19:03:41 +00:00
Add placeholder for fetch-all alert
This commit is contained in:
parent
6b2051b7b3
commit
855ef44e95
|
|
@ -3162,10 +3162,8 @@ a.account__display-name {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
margin: auto auto 0;
|
margin: auto auto 0;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
|
min-height: 86px;
|
||||||
&:empty {
|
pointer-events: none;
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: #{$mobile-menu-breakpoint - 1}) {
|
@media (max-width: #{$mobile-menu-breakpoint - 1}) {
|
||||||
// Compensate for mobile menubar
|
// Compensate for mobile menubar
|
||||||
|
|
@ -3173,6 +3171,8 @@ a.account__display-name {
|
||||||
}
|
}
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
|
pointer-events: initial;
|
||||||
|
|
||||||
// Make all nested alerts occupy the same space
|
// Make all nested alerts occupy the same space
|
||||||
// rather than stack
|
// rather than stack
|
||||||
grid-area: 1 / 1;
|
grid-area: 1 / 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user