From ee0e6c5913f2b0202bad6e81fd963e3dd59454ec Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 9 May 2018 11:53:37 +0100 Subject: [PATCH] Remove margins when in a ReplyThread to stop them taking so much space Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/views/elements/_ReplyThread.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/css/views/elements/_ReplyThread.scss b/res/css/views/elements/_ReplyThread.scss index a02f42751c..bf44a11728 100644 --- a/res/css/views/elements/_ReplyThread.scss +++ b/res/css/views/elements/_ReplyThread.scss @@ -14,8 +14,13 @@ See the License for the specific language governing permissions and limitations under the License. */ +.mx_ReplyThread { + margin-top: 0; +} + .mx_ReplyThread .mx_DateSeparator { font-size: 1em !important; + margin-top: 0; margin-bottom: 0; padding-bottom: 1px; bottom: -5px;