diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-02-15 15:16:05 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-02-15 15:16:05 -0500 |
| commit | eb0ff4175c10a9287e44ab4c3eafc0f64eae4e0d (patch) | |
| tree | 9bdfae19e328cebec48e5770bb759efffacf3885 /ui/styles/textarea.css | |
| parent | 9d6db882ea61e9a68ff60a8f92e2c50d3b191b2b (diff) | |
npm format
Diffstat (limited to 'ui/styles/textarea.css')
| -rw-r--r-- | ui/styles/textarea.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/styles/textarea.css b/ui/styles/textarea.css index edf8ced..d9be0d6 100644 --- a/ui/styles/textarea.css +++ b/ui/styles/textarea.css @@ -18,7 +18,7 @@ flex-grow: 1; background-color: var(--colour-input-bg); color: var(--colour-input-text); - font-family: "FiraCode"; + font-family: 'FiraCode'; } .create-message button { @@ -36,7 +36,7 @@ main { } /* Workaround for iOS zooming in on the textarea when it gets focus. */ -@media screen and (-webkit-min-device-pixel-ratio:0) { +@media screen and (-webkit-min-device-pixel-ratio: 0) { select, textarea, input { |
