Closes #100 Closes #101
@ -83,16 +83,3 @@ li.entry img {
padding: 5px;
border-radius: 3px;
}
.timestamp {
font-size: 0.75em;
display: block;
.incoming .timestamp {
color: gray;
.outgoing .timestamp {
color: whitesmoke;
@ -184,6 +184,16 @@ ul.discussion {
width: 100%;
float: left;
margin-bottom: 10px; }
.entry .timestamp {
display: block; }
.entry .timestamp:incoming {
color: gray; }
.entry .timestamp:outgoing {
color: whitesmoke; }
.entry.delivered .timestamp::after {
margin-left: 4px;
content: "✓"; }
.bubble {
border-radius: 16px;
@ -19,6 +19,26 @@ ul.discussion {
width:100%;
float:left;
margin-bottom:10px;
&:incoming {
&:outgoing {
&.delivered .timestamp {
&::after {
content: "✓";