From 695bcb2da3e44d67a222ee2326b323b433cdb090 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 12 Aug 2020 16:31:58 +0200 Subject: [PATCH] move speech bubble alignment to theme --- src/ui/web/css/themes/bubbles/theme.css | 4 ++++ src/ui/web/css/timeline.css | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ui/web/css/themes/bubbles/theme.css b/src/ui/web/css/themes/bubbles/theme.css index c3fb5f92..54a6b0f2 100644 --- a/src/ui/web/css/themes/bubbles/theme.css +++ b/src/ui/web/css/themes/bubbles/theme.css @@ -164,6 +164,10 @@ a { background-color: #333; } +.TextMessageView .message-container time { + float: right; +} + .message-container p { margin: 5px 0; } diff --git a/src/ui/web/css/timeline.css b/src/ui/web/css/timeline.css index 2d421a59..db7574f7 100644 --- a/src/ui/web/css/timeline.css +++ b/src/ui/web/css/timeline.css @@ -44,10 +44,6 @@ limitations under the License. min-width: 0; } -.TextMessageView .message-container time { - float: right; -} - .AnnouncementView { display: flex; align-items: center;