Merge branch 'fix/css-fixes-attachments-timeline-bottom' into 'develop'

CSS fixes

Closes #39

See merge request pleroma/pleroma-fe!154
This commit is contained in:
lambda 2017-11-13 09:34:16 +00:00
commit c3b401167d
3 changed files with 7 additions and 9 deletions

View file

@ -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;
}