Skip to content

Commit

Permalink
Merge pull request #4090 from nextcloud/enh/noid/sidebar-width
Browse files Browse the repository at this point in the history
update sidebar to really take the whole space on mobile
  • Loading branch information
szaimen committed May 11, 2023
2 parents 4aab112 + 23ddd44 commit 6969815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcAppSidebar/NcAppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@ $top-buttons-spacing: 6px;
@media only screen and (max-width: 768px) {
.app-sidebar {
width: 100vw;
max-width: 100vw;
}
}
Expand Down

0 comments on commit 6969815

Please sign in to comment.