FIX: Messed up CSS grid on messages list (#88)

This needs a better follow-up, but the messages topic list
is currently busted. Removing the overridden topic-list-item
grid for messages helps.
This commit is contained in:
Martin Brennan
2025-03-28 12:39:49 +10:00
committed by Jordan Vidrine
parent cb72e6e091
commit 2983bac4a0
+3
View File
@@ -449,9 +449,12 @@ body.user-messages-page .topic-list-item {
td.topic-status-data {
display: none;
}
<<<<<<< HEAD
grid-template-areas:
". . . . . . ."
"activity activity activity activity activity likes-replies likes-replies";
=======
>>>>>>> FIX: Messed up CSS grid on messages list (#88)
&.excerpt-expanded {
grid-template-columns: 20px repeat(6, 1fr) auto;
grid-template-rows: 20px auto auto 30px;