From eeb3ff26e1147fcc32a5cbdef801ef635313478b Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sat, 29 Apr 2023 10:17:12 +0000 Subject: [PATCH] css: Fix loading spinner position for messages loading indicator. --- web/styles/zulip.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index 89c47481ff..9696bcb0b9 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -223,6 +223,9 @@ p.n-margin { we need to position it below the padding. */ padding-top: var(--header-padding-bottom); margin-bottom: 0; + /* To fit the logo inside the spinner. */ + position: relative; + top: -2px; } #feedback_container {