From cb280389a598e0e2ae54c3b0138dea70e5ad8499 Mon Sep 17 00:00:00 2001 From: Deimos Date: Sun, 14 Apr 2019 14:16:55 -0600 Subject: [PATCH] Add a bit of left padding back to topics on mobile This was too close to the left edge, especially when there was a "highlight stripe" present, like on your own topics. --- tildes/scss/modules/_topic.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/scss/modules/_topic.scss b/tildes/scss/modules/_topic.scss index f31adc9..2428af8 100644 --- a/tildes/scss/modules/_topic.scss +++ b/tildes/scss/modules/_topic.scss @@ -31,6 +31,7 @@ position: relative; + padding-left: 0.2rem; @media (min-width: $size-sm) { padding: 0.4rem; }