From d9f643f3fef0494fc61cece1ac8ab998c0d05513 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 25 Jan 2022 21:48:02 -0500 Subject: [PATCH] fix: nodebb/nodebb-theme-community#40 --- less/chats.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/less/chats.less b/less/chats.less index 277056e..39dfd5d 100644 --- a/less/chats.less +++ b/less/chats.less @@ -1,7 +1,5 @@ // Make chats page edge-to-edge .page-user-chats { - padding-top: 50px; - #content.container { width: auto; padding: 0; @@ -12,7 +10,6 @@ } #panel { - padding-top: 0px; padding-bottom: 0px; }