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

@ -232,3 +232,24 @@
}
}
}
.embed {
.activity-stream {
border-radius: 4px;
box-shadow: none;
.entry {
&:last-child {
border-radius: 0 0 4px 4px;
}
&:first-child {
border-radius: 4px 4px 0 0;
&:last-child {
border-radius: 4px;
}
}
}
}
}