about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/metadata.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-04-29 16:24:15 +0200
committerThibaut Girka <thib@sitedethib.com>2018-04-29 18:48:45 +0200
commit356d0214c93da79f0583a62a6ca748828d721326 (patch)
treeb3441fa221f9e6d470a52de337227d952ae3cf53 /app/javascript/flavours/glitch/styles/components/metadata.scss
parent91fb82a4ddfc13fb916d1b539f6a8fcb164166f5 (diff)
Implement tootsuite-style account fields
glitch-soc-style still in backup, both sharing the same SCSS style
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/metadata.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/metadata.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/metadata.scss b/app/javascript/flavours/glitch/styles/components/metadata.scss
index d56de19ea..9ca03fc2c 100644
--- a/app/javascript/flavours/glitch/styles/components/metadata.scss
+++ b/app/javascript/flavours/glitch/styles/components/metadata.scss
@@ -1,9 +1,10 @@
-.account__metadata {
-  width: 100%;
+.account__header .account__header__fields {
   font-size: 15px;
   line-height: 20px;
   overflow: hidden;
   border-collapse: collapse;
+  margin: 20px -10px -20px;
+  border-bottom: 0;
 
   a {
     text-decoration: none;