From 608c4a27ebdc8a4b530dbf9eeb0594855f4aa67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 24 Oct 2021 21:52:42 +0200 Subject: [PATCH] Fix styles for account page with Demetricator enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/demetricator.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/styles/demetricator.scss b/app/styles/demetricator.scss index 441e68ea1..2810e5820 100644 --- a/app/styles/demetricator.scss +++ b/app/styles/demetricator.scss @@ -18,4 +18,10 @@ body.demetricator { .svg-icon--unread svg { transform: rotate(0); } + + @media (min-width: 896px) { + .account-timeline .sub-navigation { + top: 110px; + } + } }