[Glitch] Fix click range discrepancies in gifv
Port debf6ae316
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
pull/1411/head
parent
45d1f34a30
commit
cd806663af
|
@ -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…
Reference in New Issue