From bde7a50e2a8e873b3336f60d062318a201f72c79 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 4 Aug 2015 10:39:29 -0400 Subject: [PATCH] Moved "fix-lists" mixin out to core, and added a bit of margin to the right of the chat messages. --- less/chats.less | 3 ++- less/mixins.less | 18 ------------------ 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/less/chats.less b/less/chats.less index d72a987..d5906b3 100644 --- a/less/chats.less +++ b/less/chats.less @@ -77,13 +77,14 @@ overflow-x: hidden; resize: none; word-wrap: break-word; - padding: 0; margin: 0; + padding: 0; li.chat-message { list-style-type: none; font-weight: 300; padding: 0 1.428rem; + margin-right: 1.428rem; &:first-child { padding-top: 1.428rem; diff --git a/less/mixins.less b/less/mixins.less index e3f0449..fa9e0e0 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -46,22 +46,4 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -} - -.fix-lists { - ul { - > li { - list-style-type: disc; - - ul > li { - list-style-type: circle; - - ul > li { - list-style-type: square; - } - } - } - - margin-bottom: 10px; - } } \ No newline at end of file