Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 565 Bytes

todo.md

File metadata and controls

29 lines (23 loc) · 565 Bytes

Refactor Needed

@media (max-width: $) {
    .watchScreen__player {
        height: 35vh;
    }
}
  • remove padding left from video horizontal image
useEffect(() => {
    document.title = video?.snippet?.title
}, [video])
  • solve the warnings
  • push the changes