From 037ea0c843fadf38f02cc50bb00a5a0c428ae921 Mon Sep 17 00:00:00 2001 From: Deimos Date: Sun, 24 Mar 2019 17:45:59 -0600 Subject: [PATCH] Mobile comment collapse button: remove left border This looked a bit off because the comment always has its own left border, so the border was 1px thicker next to the button (and sometimes a different color). --- tildes/scss/modules/_btn.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tildes/scss/modules/_btn.scss b/tildes/scss/modules/_btn.scss index 3fbf2ce..459de5e 100644 --- a/tildes/scss/modules/_btn.scss +++ b/tildes/scss/modules/_btn.scss @@ -38,6 +38,10 @@ font-weight: normal; + @media (max-width: $size-md) { + border-left: 0; + } + margin-right: 0.4rem; @media (min-width: $size-md) { margin-right: 0.2rem;