Skip to content

Commit 70eedec

Browse files
szaimenjuliusknorr
authored andcommitted
make user status usable on mobile
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
1 parent 539b1a6 commit 70eedec

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

apps/user_status/js/user-status-menu.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/user_status/js/user-status-menu.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/user_status/js/user-status-modal.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/user_status/js/user-status-modal.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/user_status/src/components/ClearAtSelect.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export default {
9797
9898
.multiselect {
9999
flex-grow: 1;
100+
min-width: 130px;
100101
}
101102
}
102103
</style>

apps/user_status/src/components/SetStatusModal.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ export default {
238238

239239
<style lang="scss" scoped>
240240
.set-status-modal {
241-
min-width: 500px;
242241
min-height: 200px;
243242
padding: 8px 20px 20px 20px;
244243
// Enable scrollbar for too long content, same way as in Dashboard customize
@@ -282,4 +281,10 @@ export default {
282281
}
283282
}
284283
284+
@media only screen and (max-width: 500px) {
285+
.set-status-modal__online-status {
286+
grid-template-columns: none !important;
287+
}
288+
}
289+
285290
</style>

0 commit comments

Comments
 (0)