Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
espenkalle committed Dec 7, 2023
1 parent 8bb2244 commit 7c3782f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const StyledViewSettings = styled.div<StyledViewSettingsProps>`
width: ${(props) => (props.expanded ? '260px' : '45px')};
box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1);
margin-left: 2px;
padding: ${(props) => (props.expanded ? '10px' : '0px')};
padding: ${(props) => (props.expanded ? '10px 0' : '0px')};
transition: width 0.1s ease;
overflow: hidden;
background-color: ${tokens.colors.ui.background__light.rgba};
Expand Down

0 comments on commit 7c3782f

Please sign in to comment.