move speech bubble alignment to theme

This commit is contained in:
Bruno Windels 2020-08-12 16:31:58 +02:00
parent 641c770d0f
commit 695bcb2da3
2 changed files with 4 additions and 4 deletions

View File

@ -164,6 +164,10 @@ a {
background-color: #333;
}
.TextMessageView .message-container time {
float: right;
}
.message-container p {
margin: 5px 0;
}

View File

@ -44,10 +44,6 @@ limitations under the License.
min-width: 0;
}
.TextMessageView .message-container time {
float: right;
}
.AnnouncementView {
display: flex;
align-items: center;