From d0205ee469facd88f52045592555d2d8d1825545 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 4 Jun 2019 23:11:57 +0200 Subject: [PATCH] [Glitch] Fix margins on profile metadata in single column mode Port b01b8521ecbf716cd5d97bdaf9d7cfa654369120 to glitch-soc Signed-off-by: Thibaut Girka --- app/javascript/flavours/glitch/styles/components/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 577a7b85a5..27caf32acd 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -692,6 +692,10 @@ .account { padding: 15px 10px; + + &__header__bio { + margin: 0 -10px; + } } .notification {