Skip to content

Commit

Permalink
Replace horizontal scrolling with vertical scrolling on small screens…
Browse files Browse the repository at this point in the history
… in app settings navigation

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Nov 17, 2023
1 parent 5db6b10 commit 375ff23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -469,4 +469,12 @@ export default {
}
}
@media only screen and (max-width: 320px) {
.navigation-list {
&--collapsed {
display: none;
}
}
}
</style>

0 comments on commit 375ff23

Please sign in to comment.