Desktop: Fix size of search bar area when notebook is empty

pull/4093/head
Laurent Cozic 2020-11-15 16:02:58 +00:00
parent b480aae59b
commit ce5276ba97
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ interface Props {
}
const StyledRoot = styled.div`
box-sizing: border-box;
height: ${(props: any) => props.height}px;
display: flex;
flex-direction: row;