Skip to content

Commit

Permalink
Merge pull request #4965 from ahangarha/use-logical-style-for-header-…
Browse files Browse the repository at this point in the history
…menu

Use logical style for NcHeaderMenu
  • Loading branch information
susnux authored Dec 15, 2023
2 parents 4e048b4 + 9d122d0 commit b9bb3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcHeaderMenu/NcHeaderMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ $externalMargin: 8px;
position: fixed;
z-index: 2000;
top: 50px;
right: 0;
inset-inline-end: 0;
box-sizing: border-box;
margin: 0 $externalMargin;
padding: 8px;
Expand All @@ -366,7 +366,7 @@ $externalMargin: 8px;
position: absolute;
z-index: 2001; // Because __wrapper is 2000.
bottom: 0;
left: calc(50% - 10px);
inset-inline-start: calc(50% - 10px);
width: 0;
height: 0;
content: ' ';
Expand Down

0 comments on commit b9bb3fe

Please sign in to comment.