mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-08-29 01:15:51 +01:00
@@ -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 {
|
||||
font-size: 0.75em;
|
||||
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;
|
||||
|
||||
.timestamp {
|
||||
font-size: 0.75em;
|
||||
display: block;
|
||||
|
||||
&:incoming {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
&:outgoing {
|
||||
color: whitesmoke;
|
||||
}
|
||||
}
|
||||
|
||||
&.delivered .timestamp {
|
||||
&::after {
|
||||
margin-left: 4px;
|
||||
content: "✓";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bubble {
|
||||
|
||||
Reference in New Issue
Block a user