PLT-3177 - Fixing ordering for custom themes (#3226)

Fix for bot tag and webhook attachments

Adding theme styling for webhooks

Removing embed styling

Improving margins on compcat view for line breaks
Этот коммит содержится в:
Asaad Mahmood
2016-06-03 16:58:23 +05:00
коммит произвёл Joram Wilander
родитель 0e677f35bb
Коммит 7b99ac0a91
7 изменённых файлов: 19 добавлений и 16 удалений

Просмотреть файл

@@ -502,13 +502,6 @@ body.ios {
}
}
.post__embed-container {
img {
max-height: 150px;
max-width: 150px;
}
}
.markdown__heading {
font-size: 1em;
margin: 0 0 7px;
@@ -520,6 +513,10 @@ body.ios {
margin-top: -1px;
padding: 3px 0;
p + p {
margin-top: 1em;
}
ol,
ul {
display: inline-block;

Просмотреть файл

@@ -86,6 +86,10 @@
display: inline-block;
}
.attachment__image {
max-height: 300px;
}
.attachment__author-name {
@include opacity(.6);
}
@@ -119,7 +123,8 @@
.attachment__thumb-container {
float: right;
width: 20%;
text-align: right;
width: 80px;
img {
max-height: 75px;