diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-04 23:11:57 +0200 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-22 01:29:02 -0600 |
commit | 92b9c17bf4ee0b29041b9a72b9c3de4705b47494 (patch) | |
tree | 7320726b8e87422818f92f925f43824034b4b71f /app | |
parent | b5597fc95ff41c8822d891e2bec65d7df874f264 (diff) |
[Glitch] Fix margins on profile metadata in single column mode
Port ed19f33440f4ccfe5323c6a8a67a345682652873 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app')
-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 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 { |