Skip to content

Commit ff1787a

Browse files
committed
make user status usable on mobile
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent c2f62ee commit ff1787a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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)