commit: d22b5bec57de6b978824fedc4253cbb8b3a117fd
parent 52e46fb3ebd285b08126610653b492c72c6e658a
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Mon, 16 Jan 2023 15:52:44 +0000
Merge branch 'tusooa/mobile-margin' into 'develop'
Fix mobile layout margin
See merge request pleroma/pleroma-fe!1763
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.scss b/src/App.scss
@@ -335,7 +335,7 @@ nav {
.column {
padding-top: 0;
- margin-top: var(--navbar-height) 0 0 0;
+ margin: var(--navbar-height) 0 0 0;
}
.panel-heading,