mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Fix extra space under left-indented vertical videos (#34313)
This commit is contained in:
@@ -783,7 +783,7 @@ export const Video: React.FC<{
|
||||
|
||||
// The outer wrapper is necessary to avoid reflowing the layout when going into full screen
|
||||
return (
|
||||
<div style={{ aspectRatio }}>
|
||||
<div>
|
||||
<div
|
||||
role='menuitem'
|
||||
className={classNames('video-player', {
|
||||
|
||||
Reference in New Issue
Block a user