UX: Move archive button in topic controls dropdown (mobile view). (#7681)

This commit is contained in:
Bianca Nenciu 2019-06-05 04:30:06 +03:00 committed by Sam
parent 3407445831
commit b2b66d645b
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ export default {
"archiveTitle",
"toggleArchiveMessage"
],
dropdown() {
return this.site.mobileView;
},
displayed() {
return this.canArchive;
}