Skip to content

Commit

Permalink
make user status usable on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Jul 16, 2021
1 parent f93fb22 commit e162877
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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 e162877

Please sign in to comment.