Skip to content

Commit

Permalink
Set main window left menu left+top position to 12px
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed May 13, 2024
1 parent c47a203 commit eb25491
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/features/LayersSidebar/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function LayersSidebar() {
const Wrapper = styled(MapComponent)`
border-radius: 2px;
background-color: ${p => p.theme.color.white};
left: 160px;
left: 64px;
position: absolute;
transition: all 0.5s;
width: 320px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/features/MainWindow/components/LeftMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const Wrapper = styled.div`
display: flex;
flex-direction: column;
position: absolute;
left: 112px;
left: 12px;
top: 12px;
* {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function MissionMenuDialog() {
const Wrapper = styled.div`
box-sizing: border-box;
background-color: ${p => p.theme.color.white};
left: 160px;
left: 64px;
position: absolute;
transition: all 0.5s;
width: 320px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Wrapper = styled.div`
box-sizing: border-box;
background-color: ${p => p.theme.color.white};
border-radius: 2px;
left: 160px;
left: 64px;
position: absolute;
transition: all 0.5s;
width: 305px;
Expand Down

0 comments on commit eb25491

Please sign in to comment.