Skip to content

Commit ca23564

Browse files
author
satoshinotdead
committed
tests-workaround
1 parent c0c0567 commit ca23564

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

javascripts/discourse/initializers/topic-list-columns.gjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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",

scss/composer-peek-mode.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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 {

0 commit comments

Comments
 (0)