about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-06-04 23:11:57 +0200
committerThibG <thib@sitedethib.com>2019-06-13 22:15:31 +0200
commit3485acefed7cd1576bdc768d7ae968c043cf95d1 (patch)
treed5c003aaac0a360e50726b45e305c97cda29d6cb /app/javascript/flavours/glitch/styles/components/index.scss
parent867d1233c7889e88d18be084e2d1bbcd70ac9c71 (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/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss4
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 {