Fix attachment styles in iOS theme

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 267956ec2f
commit 0a07c8ad2c

@ -84,7 +84,7 @@ $ios-border-color: rgba(0,0,0,0.1);
}
.message-list .attachments .bubbled {
.attachments .bubbled {
border-radius: 15px;
margin-bottom: 0.25em;
@ -110,7 +110,7 @@ $ios-border-color: rgba(0,0,0,0.1);
height: 11px;
right: -6px;
bottom: -3px;
background: white;
background: #eee;
}
}
@ -156,7 +156,7 @@ $ios-border-color: rgba(0,0,0,0.1);
}
}
.message-list .incoming .bubbled {
.incoming .bubbled {
background-color: white;
color: black;
float: left;

@ -1616,28 +1616,28 @@ li.entry .error-icon-container {
.ios .error-message.content,
.ios .control .content {
padding: 10px; }
.ios .message-list .attachments .bubbled {
.ios .attachments .bubbled {
border-radius: 15px;
margin-bottom: 0.25em;
padding: 10px;
position: relative; }
.ios .message-list .attachments .bubbled:before, .ios .message-list .attachments .bubbled:after {
.ios .attachments .bubbled:before, .ios .attachments .bubbled:after {
content: '';
display: block;
border-radius: 20px;
position: absolute;
width: 10px; }
.ios .message-list .attachments .bubbled:before {
.ios .attachments .bubbled:before {
right: -1px;
bottom: -3px;
height: 10px;
border-radius: 20px;
background: #2090ea; }
.ios .message-list .attachments .bubbled:after {
.ios .attachments .bubbled:after {
height: 11px;
right: -6px;
bottom: -3px;
background: white; }
background: #eee; }
.ios .bubble .content {
margin-bottom: 5px; }
.ios .bubble .content .body {
@ -1668,14 +1668,14 @@ li.entry .error-icon-container {
background-color: white; }
.ios .bubble .meta {
clear: both; }
.ios .message-list .incoming .bubbled {
.ios .incoming .bubbled {
background-color: white;
color: black;
float: left; }
.ios .message-list .incoming .bubbled:before {
.ios .incoming .bubbled:before {
left: -1px;
background-color: white; }
.ios .message-list .incoming .bubbled:after {
.ios .incoming .bubbled:after {
left: -6px; }
.ios .incoming .content {
background-color: white;

Loading…
Cancel
Save