Add OEmbed iframe HTML, convert emojis on public pages, increase size of attachment thumbnails

This commit is contained in:
Eugen Rochko
2016-12-18 15:20:39 +01:00
parent 6de079a5af
commit aed25932b5
11 changed files with 72 additions and 7 deletions

View File

@ -114,6 +114,18 @@ body {
padding: 0;
}
&.embed {
background: transparent;
margin: 0;
.container {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
}
@media screen and (max-width: 360px) {
padding-bottom: 0;
}