mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
improve personal settings on mobile
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
ad8cf1a2b4
commit
83e5cf0ed0
4 changed files with 6 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -124,6 +124,7 @@ export default {
|
|||
<style lang="scss" scoped>
|
||||
section {
|
||||
padding: 30px;
|
||||
max-width: 100vw;
|
||||
|
||||
em {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -177,6 +177,7 @@ export default {
|
|||
|
||||
&__multiselect {
|
||||
width: 260px;
|
||||
max-width: 40vw;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue