From 05fff2d37b0461f108c32ce49d0f453211cfbde5 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 6 Dec 2021 12:13:09 -0500 Subject: [PATCH] fix: do not shrink timeline badge, hide timestamp on mobile for topic events --- less/mixins.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/less/mixins.less b/less/mixins.less index 0c73cca..710e04f 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -100,6 +100,10 @@ &+.timeline-event:before { display: none; } + + .timeline-text.timeago { + display: none; + } } } @@ -145,6 +149,8 @@ display: flex; align-items: center; justify-content: center; + flex-shrink: 0; + width: 32px; height: 32px; padding: 0;