diff src/chat.css @ 32:d34d709a7a8e

region
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 03 Aug 2025 18:43:17 -0600
parents d48f48e1b790
children 0fb3488a017d
line wrap: on
line diff
--- a/src/chat.css	Sun Aug 03 17:05:38 2025 -0600
+++ b/src/chat.css	Sun Aug 03 18:43:17 2025 -0600
@@ -33,8 +33,12 @@
 	gap: 8px;
 }
 
-dialog[rename] input {
-	width: 300px;
+dialog[edit] {
+	width: 600px;
+	max-width: 90%;
+}
+dialog[edit] input {
+	width: 100%;
 }
 
 div[buttons] audio {