fix: Vertical movement in sidebar when entering title edit

This commit is contained in:
Tom Moor
2023-07-03 12:31:27 -04:00
parent 40dbbe10c5
commit 3124423eeb

View File

@@ -121,7 +121,7 @@ const Input = styled.input`
border: 0;
padding: 5px 6px;
margin: -4px;
height: 32px;
height: 30px;
&:focus {
outline-color: ${s("accent")};