1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

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

This commit is contained in:
Laurent Cozic 2020-11-15 16:02:58 +00:00
parent b480aae59b
commit ce5276ba97

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;