Add hide-on-mobile utility class

This commit is contained in:
Svilen Markov
2024-05-02 18:45:58 +01:00
parent c97171883c
commit ad06146784
2 changed files with 3 additions and 3 deletions

View File

@@ -995,7 +995,7 @@ body {
flex-flow: row-reverse;
}
svg.forum-post-list-thumbnail {
.hide-on-mobile {
display: none
}
}