mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #27898 from nextcloud/backport/27887/stable22
[stable22] make user status usable on mobile
This commit is contained in:
commit
b5d6189ca2
6 changed files with 14 additions and 8 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -97,6 +97,7 @@ export default {
|
|||
|
||||
.multiselect {
|
||||
flex-grow: 1;
|
||||
min-width: 130px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -238,7 +238,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
|
||||
|
|
@ -282,4 +281,10 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
.set-status-modal__online-status {
|
||||
grid-template-columns: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue