diff options
| author | 2025-03-31 15:51:17 +0200 | |
|---|---|---|
| committer | 2025-03-31 15:51:17 +0200 | |
| commit | 3949117be01ac8aca7e41a7179506f27627654e5 (patch) | |
| tree | ce5c30ca299a57af69284d58021cc9380cdc553f /web/source/css/_status-media.css | |
| parent | [docs] Fix Swagger URL for the "edit status" operation (#3932) (diff) | |
| download | gotosocial-3949117be01ac8aca7e41a7179506f27627654e5.tar.xz | |
[feature] Use blurhashes in frontend, tidy up gallery view a bit (#3948)
* [feature] Use blurhashes in frontend, tidy up gallery view a bit
* weeeeeeeeeeeeeeeee
* beep boop
Diffstat (limited to 'web/source/css/_status-media.css')
| -rw-r--r-- | web/source/css/_status-media.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/source/css/_status-media.css b/web/source/css/_status-media.css index e8386c87a..761b969be 100644 --- a/web/source/css/_status-media.css +++ b/web/source/css/_status-media.css @@ -35,7 +35,12 @@ grid-row: span 2; } - @media screen and (max-width: 42rem) { + /* + On really skinny screens allow + media wrapper to take up full + width instead of showing 2 columns. + */ + @media screen and (max-width: 23rem) { .media-wrapper { grid-column: span 2; grid-row: span 2; |
