This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix layout of the report page on smaller screens in admin UI (
#17523
)
Fix
#17491
closed-social-glitch-2
Eugen Rochko
2 years ago
committed by
GitHub
parent
4a0b6e3e5e
commit
e848d281d5
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/javascript/styles/mastodon/admin.scss
+ 4
- 0
app/javascript/styles/mastodon/admin.scss
View File
@ -1187,6 +1187,10 @@ a.sparkline {
}
}
}
@media
screen
and
(
max-width
:
930
px
)
{
grid-template-columns
:
minmax
(
0
,
1fr
)
;
}
}
.
account-card
{
Write
Preview
Loading…
Cancel
Save