Skip to content

Commit

Permalink
fix: 어그러진 뷰 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann committed Jan 14, 2024
1 parent 83cc6d7 commit d555e94
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ import styled from '@emotion/styled';

export const LecueNoteListContainerWrapper = styled.div<{
backgroundColor: number;
isEditable: boolean;
}>`
width: 100vw;
padding: 0 1.6rem;
padding-bottom: ${({ isEditable }) => isEditable && '12rem'};
background-color: ${({ theme, backgroundColor }) => {
Expand Down

0 comments on commit d555e94

Please sign in to comment.