File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
javascripts/discourse/initializers Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -44,19 +44,19 @@ export default {
4444 api .registerValueTransformer (
4545 " topic-list-columns" ,
4646 ({ value: columns }) => {
47- columns .add (" topic-status" , {
48- item: TopicStatus,
49- after: " topic-author" ,
50- });
47+ // columns.add("topic-status", {
48+ // item: TopicStatus,
49+ // after: "topic-author",
50+ // });
5151 columns .add (" topic-category" , {
5252 item: TopicCategory,
5353 after: " topic-status" ,
5454 });
5555
56- columns .add (" topic-likes-replies" , {
57- item: TopicReplies,
58- after: " topic-author-avatar" ,
59- });
56+ // columns.add("topic-likes-replies", {
57+ // item: TopicReplies,
58+ // after: "topic-author-avatar",
59+ // });
6060 columns .add (" topic-creator" , {
6161 item: TopicCreator,
6262 after: " topic-author-avatar" ,
Original file line number Diff line number Diff line change 22 display : none ;
33}
44
5+ @media (width < 1300px ) {
6+ .peek-mode-toggle {
7+ display : none !important ;
8+ }
9+ }
10+
511@media (width >= 1300px ) {
612 html :not (.fullscreen-composer ) {
713 .peek-mode-toggle svg {
You can’t perform that action at this time.
0 commit comments