diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-09-30 17:00:42 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-09-30 17:01:16 +0200 |
commit | 3b855b5c82362783969f748ad78bcaf85f938c9f (patch) | |
tree | 1941b85de1f0d1b6f56b73345cddf664a71faf20 /app/javascript/flavours/glitch | |
parent | 14f797873d86aed085dad2ff60c8dad2ab3d4b7b (diff) |
Improve styling of DM view in glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch')
-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 071e06606..848ef78df 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -1491,6 +1491,10 @@ } } } + + .status__content { + margin: 0; + } } } |