From 3485acefed7cd1576bdc768d7ae968c043cf95d1 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 4 Jun 2019 23:11:57 +0200 Subject: [Glitch] Fix margins on profile metadata in single column mode Port ed19f33440f4ccfe5323c6a8a67a345682652873 to glitch-soc Signed-off-by: Thibaut Girka --- app/javascript/flavours/glitch/styles/components/index.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/javascript/flavours/glitch/styles/components') diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 577a7b85a..27caf32ac 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 { -- cgit