Add subtle border to ios attachments

// FREEBIE
This commit is contained in:
lilia 2016-09-01 10:38:13 -07:00
parent 6d0a535f4a
commit 262f9d135f
2 changed files with 5 additions and 0 deletions

View file

@ -139,6 +139,9 @@ $ios-border-color: rgba(0,0,0,0.1);
.content, .attachments img {
border-radius: 15px;
}
.attachments img {
border: 1px solid $ios-border-color;
}
.meta {
float: none;
clear: both;

View file

@ -1409,6 +1409,8 @@ li.entry .error-icon-container {
background: white; }
.ios .bubble .content, .ios .bubble .attachments img {
border-radius: 15px; }
.ios .bubble .attachments img {
border: 1px solid rgba(0, 0, 0, 0.1); }
.ios .bubble .meta {
float: none;
clear: both; }