Skip to content

Commit

Permalink
fix: MetaMask#1140: UI enhancement (MetaMask#1142)
Browse files Browse the repository at this point in the history
* fix: MetaMask#1140: Videos UI enhancement

* fix: MetaMask#1140: UI enhancement
  • Loading branch information
subhamkumarr authored Feb 14, 2024
1 parent 5ebc8a2 commit c6371fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/YoutubeEmbed.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
left: 0;
width: 100%;
height: 100%;
}

iframe {
border-radius: 3px;
}
8 changes: 8 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ svg {
font-size: inherit;
}
}
> p > .ReactPlayer {
border-radius: 3px;
overflow: hidden;
}
> p > video {
border-radius: 3px;
overflow: hidden;
}
}

.table-of-contents code {
Expand Down

0 comments on commit c6371fb

Please sign in to comment.