Centers GIFs in media modal (#36806)

This commit is contained in:
Echo 2025-11-10 14:21:45 +01:00 committed by GitHub
parent 1280792678
commit 4ddddc2573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6196,6 +6196,8 @@ a.status-card {
inset-inline-start: 0;
inset-inline-end: 0;
bottom: 0;
align-items: center;
justify-content: space-around; // If set to center, the fullscreen image overlay is misaligned.
> div {
flex-shrink: 0;