feature: improved embeds
This commit is contained in:
parent
609699e4b0
commit
f2066310d4
5 changed files with 757 additions and 45 deletions
|
@ -185,10 +185,9 @@
|
|||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 640px;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 20%;
|
||||
}
|
||||
|
||||
#talk .embed-container.iframe {
|
||||
}
|
||||
|
||||
#talk .embed-container .embed-actions-container {
|
||||
|
@ -208,14 +207,23 @@
|
|||
}
|
||||
|
||||
#talk .embed-container.short {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 7.5%;
|
||||
}
|
||||
|
||||
#talk .embed-container.letterbox {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 33%;
|
||||
}
|
||||
|
||||
#talk .embed-container.square {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 50%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue