From b771061eaebe90429e5cc57c73eeaeccc76a80d3 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 29 Sep 2025 01:35:34 -0700 Subject: [PATCH] tweak css for better browser compatibility --- app/assets/stylesheets/moderation.scss | 4 ++-- app/assets/stylesheets/topic-show.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/moderation.scss b/app/assets/stylesheets/moderation.scss index 82d70e43..ce676c72 100644 --- a/app/assets/stylesheets/moderation.scss +++ b/app/assets/stylesheets/moderation.scss @@ -244,7 +244,7 @@ .post-header { display: flex; justify-content: space-between; - align-items: start; + align-items: flex-start; margin-bottom: 1rem; .post-meta { @@ -714,7 +714,7 @@ .post-author { display: flex; - align-items: start; + align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; diff --git a/app/assets/stylesheets/topic-show.scss b/app/assets/stylesheets/topic-show.scss index 4e4dd2dd..d32df321 100644 --- a/app/assets/stylesheets/topic-show.scss +++ b/app/assets/stylesheets/topic-show.scss @@ -390,7 +390,7 @@ padding: 1rem; margin: 1.5rem 0; display: flex; - align-items: start; + align-items: flex-start; gap: 0.75rem; .material-icons {