mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
UI done for video archiving
This commit is contained in:
15
client/app/components/embedded-youtube/embedded-youtube.scss
Normal file
15
client/app/components/embedded-youtube/embedded-youtube.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.embedded-youtube {
|
||||
overflow: hidden;
|
||||
padding-bottom: 56.25%;
|
||||
position: relative;
|
||||
height: 0;
|
||||
|
||||
&__iframe {
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user