comparison 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
comparison
equal deleted inserted replaced
31:1e7d855afde3 32:d34d709a7a8e
31 margin-top: 8px; 31 margin-top: 8px;
32 padding-bottom: 8px; 32 padding-bottom: 8px;
33 gap: 8px; 33 gap: 8px;
34 } 34 }
35 35
36 dialog[rename] input { 36 dialog[edit] {
37 width: 300px; 37 width: 600px;
38 max-width: 90%;
39 }
40 dialog[edit] input {
41 width: 100%;
38 } 42 }
39 43
40 div[buttons] audio { 44 div[buttons] audio {
41 max-height: 34px; 45 max-height: 34px;
42 } 46 }