Fix: Make settings not jump around.

Fix: Auto-complete font size.
This commit is contained in:
Paul
2021-06-24 17:29:01 +01:00
parent d2904f57ab
commit a50ed9bfe9
3 changed files with 6 additions and 5 deletions

View File

@@ -330,8 +330,10 @@ const Base = styled.div`
padding: 6px;
border: none;
display: flex;
font-size: 1em;
cursor: pointer;
border-radius: 6px;
align-items: center;
flex-direction: row;
background: transparent;
color: var(--foreground);