File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ body:not(.page-user) {
124
124
[component = " chat/message/body" ],
125
125
[component = " post/content" ],
126
126
[component = " topic/teaser" ] .post-content ,
127
- [component = " category/posts" ] .post-content {
127
+ [component = " category/posts" ] .post-content ,
128
+ .post-queue.posts-list .post-content {
128
129
a { text-decoration : underline ;}
129
130
}
Original file line number Diff line number Diff line change 198
198
<div class =" post-content-editable flex-grow-1 hidden" >
199
199
<textarea class =" form-control w-100 h-100 p-3" >{ posts.data.rawContent} </textarea >
200
200
</div >
201
+ <div component =" post-queue/link-container" class =" hidden border-top mx-3 py-3" >
202
+ <label class =" text-secondary form-text mb-2" >[[post-queue:links-in-this-post]]</label >
203
+ <ul component =" post-queue/link-container/list" class =" text-sm" ></ul >
204
+ </div >
201
205
</div >
202
206
</div >
203
207
</div >
You can’t perform that action at this time.
0 commit comments