From f867175e6b0ffdeef99a8dcad08a1c9467eaf7a3 Mon Sep 17 00:00:00 2001 From: majordwarf Date: Sat, 16 May 2020 17:22:27 +0530 Subject: [PATCH] css: Reorder zulip.scss to put `.include-sender` alongside. --- static/styles/zulip.scss | 48 ++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index bbdf7753db..22f10b2ebb 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -575,6 +575,30 @@ td.pointer { width: auto; } +.include-sender .message_time { + top: -4px; +} + +.include-sender .alert-msg { + top: -3px; +} + +.include-sender .message_controls { + top: -3px; +} + +.include-sender .message_top_line { + margin-top: 6px; +} + +.include-sender .message_content:not(:empty) { + margin-top: -18px; +} + +.include-sender .message_edit { + margin-top: -14px; +} + .sender-status .message_edit_notice { line-height: 18px; } @@ -591,10 +615,6 @@ td.pointer { user-select: none; } -.include-sender .message_time { - top: -4px; -} - .message_time { display: block; font-size: 12px; @@ -632,10 +652,6 @@ td.pointer { background-color: hsl(192, 20%, 95%); } -.include-sender .alert-msg { - top: -3px; -} - .status-time { top: 8px !important; } @@ -718,10 +734,6 @@ td.pointer { } } -.include-sender .message_controls { - top: -3px; -} - .message_header { vertical-align: middle; text-align: left; @@ -1138,10 +1150,6 @@ a.dark_background:hover, position: relative; } -.include-sender .message_top_line { - margin-top: 6px; -} - .small { font-size: 80%; } @@ -1188,10 +1196,6 @@ div.focused_table { display: block; } -.include-sender .message_content:not(:empty) { - margin-top: -18px; -} - .message_content { line-height: 1.214; min-height: 17px; @@ -2441,10 +2445,6 @@ div.topic_edit_spinner .loading_indicator_spinner { margin-right: -50%; } -.include-sender .message_edit { - margin-top: -14px; -} - .message_edit { display: none; margin-top: 5px;