Add subtle border to ios attachments
// FREEBIE
This commit is contained in:
parent
6d0a535f4a
commit
262f9d135f
2 changed files with 5 additions and 0 deletions
|
@ -139,6 +139,9 @@ $ios-border-color: rgba(0,0,0,0.1);
|
||||||
.content, .attachments img {
|
.content, .attachments img {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
.attachments img {
|
||||||
|
border: 1px solid $ios-border-color;
|
||||||
|
}
|
||||||
.meta {
|
.meta {
|
||||||
float: none;
|
float: none;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
|
@ -1409,6 +1409,8 @@ li.entry .error-icon-container {
|
||||||
background: white; }
|
background: white; }
|
||||||
.ios .bubble .content, .ios .bubble .attachments img {
|
.ios .bubble .content, .ios .bubble .attachments img {
|
||||||
border-radius: 15px; }
|
border-radius: 15px; }
|
||||||
|
.ios .bubble .attachments img {
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.1); }
|
||||||
.ios .bubble .meta {
|
.ios .bubble .meta {
|
||||||
float: none;
|
float: none;
|
||||||
clear: both; }
|
clear: both; }
|
||||||
|
|
Loading…
Reference in a new issue