UX: Move archive button in topic controls dropdown (mobile view). (#7681)
This commit is contained in:
parent
3407445831
commit
b2b66d645b
|
@ -130,6 +130,9 @@ export default {
|
|||
"archiveTitle",
|
||||
"toggleArchiveMessage"
|
||||
],
|
||||
dropdown() {
|
||||
return this.site.mobileView;
|
||||
},
|
||||
displayed() {
|
||||
return this.canArchive;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue