mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-14 14:43:50 -05:00
Fix click range discrepancies in gifv (#14615)
This commit is contained in:
parent
92e6b2b4d8
commit
debf6ae316
@ -54,8 +54,6 @@ export default class GIFV extends React.PureComponent {
|
|||||||
|
|
||||||
<video
|
<video
|
||||||
src={src}
|
src={src}
|
||||||
width={width}
|
|
||||||
height={height}
|
|
||||||
role='button'
|
role='button'
|
||||||
tabIndex='0'
|
tabIndex='0'
|
||||||
aria-label={alt}
|
aria-label={alt}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user