From: Thibaut Girka Date: Mon, 30 Sep 2019 15:00:42 +0000 (+0200) Subject: Improve styling of DM view in glitch-soc X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=3b855b5c82362783969f748ad78bcaf85f938c9f;p=mastodon.git Improve styling of DM view in glitch-soc --- 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; + } } }