We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f62ee commit ff1787aCopy full SHA for ff1787a
apps/user_status/src/components/ClearAtSelect.vue
@@ -97,6 +97,7 @@ export default {
97
98
.multiselect {
99
flex-grow: 1;
100
+ min-width: 130px;
101
}
102
103
</style>
apps/user_status/src/components/SetStatusModal.vue
@@ -238,7 +238,6 @@ export default {
238
239
<style lang="scss" scoped>
240
.set-status-modal {
241
- min-width: 500px;
242
min-height: 200px;
243
padding: 8px 20px 20px 20px;
244
// Enable scrollbar for too long content, same way as in Dashboard customize
@@ -282,4 +281,10 @@ export default {
282
281
283
284
+@media only screen and (max-width: 500px) {
285
+ .set-status-modal__online-status {
286
+ grid-template-columns: none !important;
287
+ }
288
+}
289
+
290
0 commit comments