From 79be7731b7da145b877d8ac3cbf3c095ff9226c7 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 21 May 2025 09:59:21 -0400 Subject: [PATCH] UX: adjust event date alignment with topic titles (#165) this regressed slightly with core changes before: ![image](https://github.com/user-attachments/assets/550df0f8-fb8d-4af3-b4ec-5a61834d8a45) after: ![image](https://github.com/user-attachments/assets/5c06f32d-ee31-444e-90f7-c31f9c44f642) --- scss/topic-cards.scss | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/scss/topic-cards.scss b/scss/topic-cards.scss index 8e44ad4..124cf31 100644 --- a/scss/topic-cards.scss +++ b/scss/topic-cards.scss @@ -721,15 +721,8 @@ body.user-messages-page { } } -.mobile-view { - .link-top-line .event-date-container { - display: inline; - margin-top: 0; - } - - .topic-list-body .topic-list-item .link-top-line .event-date { - position: relative; - margin-left: 0; - top: -0.125em; - } +.event-date-container { + display: inline-flex; + position: relative; + top: -0.25em; // optical alignment }