From 27dadb5ea337d3ed5f51c2fa9c895c016db38ace Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 22 Feb 2022 09:59:09 -0500 Subject: [PATCH] fix: nodebb/nodebb-theme-community#43 --- less/account.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/less/account.less b/less/account.less index e2411a0..1a23f52 100644 --- a/less/account.less +++ b/less/account.less @@ -32,7 +32,7 @@ margin-bottom: 1em; background-origin: content-box; width: 100%; - top: calc(var(--panel-offset) + @navbar-height); + top: calc(var(--panel-offset) - 20px); position: absolute; left: auto; right: 0px; @@ -166,6 +166,12 @@ } } + @media (min-width: @screen-lg-min) { + .cover { + top: calc(var(--panel-offset) + @navbar-height); + } + } + @media (min-width: @screen-md-min) { margin-top: 300px;