Skip to content

Commit

Permalink
Merge pull request #7384 from owncloud/fix-action-menu-with-sidebar-open
Browse files Browse the repository at this point in the history
Fix action menu layout while sidebar being opened
  • Loading branch information
JammingBen authored Aug 2, 2022
2 parents 562f5ce + 2467dc4 commit fad2fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/unreleased/enhancement-right-sidebar-fixed-width
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Enhancement: Use fixed width for the right sidebar
We've set a fixed width of 440px to the right sidebar to have better control of its styling and alignment.

https://github.com/owncloud/web/pull/7371
https://github.com/owncloud/web/pull/7384
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ export default defineComponent({
}
&-squashed {
.resource-table-actions div {
.resource-table-actions div:first-child {
display: none;
@media only screen and (min-width: 1200px) {
Expand Down

0 comments on commit fad2fb9

Please sign in to comment.