Skip to content

Commit

Permalink
Merge pull request #27897 from nextcloud/backport/27887/stable20
Browse files Browse the repository at this point in the history
[stable20] make user status usable on mobile
  • Loading branch information
szaimen authored Jul 16, 2021
2 parents 684b5d5 + 0fa8398 commit ae42618
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 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.

4 changes: 2 additions & 2 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 @@ -228,7 +228,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 @@ -272,4 +271,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 ae42618

Please sign in to comment.