Skip to content

Commit

Permalink
Use logical style
Browse files Browse the repository at this point in the history
Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
  • Loading branch information
ahangarha committed Dec 15, 2023
1 parent 3288f79 commit 41a0023
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 41a0023

Please sign in to comment.