Mercurial Hosting > chat
comparison src/chat.css @ 24:af41be2dcdec
add edit_post
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 05 Nov 2024 19:45:08 -0700 |
parents | 949914955bfe |
children | 809193524522 |
comparison
equal
deleted
inserted
replaced
23:c54c806fcc6e | 24:af41be2dcdec |
---|---|
101 div[input] textarea { | 101 div[input] textarea { |
102 flex-grow: 1; | 102 flex-grow: 1; |
103 max-height: 150px; | 103 max-height: 150px; |
104 resize: none; | 104 resize: none; |
105 } | 105 } |
106 | |
107 dialog textarea { | |
108 width: 600px; | |
109 max-width: 80vw; | |
110 } |