From eb0ff4175c10a9287e44ab4c3eafc0f64eae4e0d Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 15 Feb 2025 15:16:05 -0500 Subject: npm format --- ui/styles/textarea.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/styles/textarea.css') 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 { -- cgit v1.2.3