mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 20:04:51 +00:00
[Glitch] Fix extra space under left-indented vertical videos
Port 19346fd5f8
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
aebb6c8ab7
commit
3af85c90f6
1 changed files with 1 additions and 1 deletions
|
@ -787,7 +787,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', {
|
||||
|
|
Loading…
Add table
Reference in a new issue