Make oembeds behave properly, hide empty html attachments, hide overflowing timeline background.
This commit is contained in:
parent
f74ad6d3e1
commit
bac092d953
3 changed files with 7 additions and 9 deletions
|
@ -128,12 +128,13 @@ main-router {
|
|||
|
||||
border-radius: 10px;
|
||||
box-shadow: 1px 1px 3px rgba(0,0,0,.5);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.panel-body:empty::before {
|
||||
content: "¯\\_(ツ)_/¯"; // Could use words but it'd require translations
|
||||
display: block;
|
||||
margin: 20px;
|
||||
margin: 1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue