From 92b9c17bf4ee0b29041b9a72b9c3de4705b47494 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(+) diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 39ceb5abf..c6833935d 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