mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 11:11:42 -04:00
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>
This commit is contained in:
parent
f93fb228e8
commit
0fa8398e65
6 changed files with 13 additions and 7 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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -272,4 +271,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