Skip to content

Commit

Permalink
Merge pull request #27898 from nextcloud/backport/27887/stable22
Browse files Browse the repository at this point in the history
[stable22] make user status usable on mobile
  • Loading branch information
juliusknorr authored Jul 13, 2021
2 parents fb018b7 + b01c335 commit b5d6189
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/user_status/js/user-status-menu.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/user_status/js/user-status-menu.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/user_status/js/user-status-modal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/user_status/js/user-status-modal.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/user_status/src/components/ClearAtSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export default {
.multiselect {
flex-grow: 1;
min-width: 130px;
}
}
</style>
7 changes: 6 additions & 1 deletion apps/user_status/src/components/SetStatusModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export default {

<style lang="scss" scoped>
.set-status-modal {
min-width: 500px;
min-height: 200px;
padding: 8px 20px 20px 20px;
// Enable scrollbar for too long content, same way as in Dashboard customize
Expand Down Expand Up @@ -282,4 +281,10 @@ export default {
}
}
@media only screen and (max-width: 500px) {
.set-status-modal__online-status {
grid-template-columns: none !important;
}
}
</style>

0 comments on commit b5d6189

Please sign in to comment.