diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-04 23:11:57 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-06-13 22:15:31 +0200 |
commit | 3485acefed7cd1576bdc768d7ae968c043cf95d1 (patch) | |
tree | d5c003aaac0a360e50726b45e305c97cda29d6cb | |
parent | 867d1233c7889e88d18be084e2d1bbcd70ac9c71 (diff) |
[Glitch] Fix margins on profile metadata in single column mode
Port ed19f33440f4ccfe5323c6a8a67a345682652873 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |