Skip to content

Commit

Permalink
chore: fix site mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Dec 4, 2024
1 parent 90af494 commit fa6a7f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,15 @@ const Textarea = styled.textarea`
color: inherit;
position: sticky;
top: 0;
flex-shrink: 0;
font-family: 'Jetbrains Mono', Consolas, Monaco, monospace;
font-size: inherit;
max-height: 100vh;
resize: vertical;
@media all and (max-width: 500px) {
height: 300px;
field-sizing: content;
max-height: 300px;
position: relative;
}
`
Expand Down

0 comments on commit fa6a7f4

Please sign in to comment.