From d4d95b7770ac967207ac647d65dea08fe913de6e Mon Sep 17 00:00:00 2001 From: majordwarf Date: Tue, 19 May 2020 15:57:32 +0530 Subject: [PATCH] css: Reorder zulip.scss to put `.home-error-bar` alongside. --- static/styles/zulip.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 52d094d6e8..4f8e67e9fc 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -1414,14 +1414,14 @@ div.focused_table { display: none; } -.streamname { - font-weight: bold; -} - .home-error-bar .alert { margin-bottom: auto; } +.streamname { + font-weight: bold; +} + .brand.skinny-user-gravatar { display: table-cell; padding-top: 0px;