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; + } + } }