mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 00:38:15 +00:00
Ensure carousel slides don't overflow (#34927)
This commit is contained in:
parent
12c0e58d9a
commit
e9f197740d
|
@ -11053,6 +11053,8 @@ noscript {
|
|||
&__slide {
|
||||
flex: 0 0 auto;
|
||||
flex-basis: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.status {
|
||||
|
|
Loading…
Reference in New Issue
Block a user