about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/accounts.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-09 22:19:10 +0200
committerThibaut Girka <thib@sitedethib.com>2018-05-10 00:05:08 +0200
commit5d8052e7156c913a551b923c51d508b1ea8837b3 (patch)
treeafba23a3f169d7445f80ffe555985a295c98f6e1 /app/javascript/flavours/glitch/styles/components/accounts.scss
parent2f01935cba8b1ac624e4c1f39b6db1b0b96e9323 (diff)
Add bot badge to account headers in the WebUI
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/accounts.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/accounts.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/accounts.scss b/app/javascript/flavours/glitch/styles/components/accounts.scss
index 84d3f6ade..5167a507e 100644
--- a/app/javascript/flavours/glitch/styles/components/accounts.scss
+++ b/app/javascript/flavours/glitch/styles/components/accounts.scss
@@ -509,3 +509,9 @@
     margin-bottom: 0;
   }
 }
+
+.account__header .roles {
+  margin-top: 20px;
+  margin-bottom: 20px;
+  padding: 0 15px;
+}