This diff solves the video tag fit problem. We could observe small gap between the wrapper and video tag:
Now video tags fit the wrapper:
Linear task: ENG-4401
Differential D8525
[web] Fit video tag to wrapper • patryk on Jul 18 2023, 1:40 AM. Authored by Tags None Referenced Files
Details
This diff solves the video tag fit problem. We could observe small gap between the wrapper and video tag: Now video tags fit the wrapper: Linear task: ENG-4401 The best way to test this is to set background-color: red to wrapper tag using built-in inspection tool in your favorite browser and check if video tag covers wrapper completely. Tested in Firefox, Chrome, and Safari.
Diff Detail
Event Timeline
Comment Actions Did you check if this doesn't break images? Since you changed a selector that influences span.multimedia > .multimediaImage > img Comment Actions It doesn't (note: we don't support uploading videos on web right now, that's why there is only an image in chat input bar): |