Skip to content

Commit

Permalink
move right side action bar slightly to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed May 9, 2024
1 parent 0cdea59 commit 88e34eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const LeftSideIconContainer = styled.div<{ alwaysShowRightSideIcon: boolean }>`
const RightSideActionBar = styled.div<{ alwaysShowRightSideIcon: boolean }>`
position: absolute;
padding-right: 10px;
right: 0px;
right: 5px;
display: flex;
z-index: 10;
backdrop-filter: blur(5px);
Expand Down

0 comments on commit 88e34eb

Please sign in to comment.