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:
committed by
Jordan Vidrine
parent
cb72e6e091
commit
2983bac4a0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user