Mercurial Hosting > chat
diff src/private/tools/config.html.luan @ 50:979a9ee73ea4
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 01 Mar 2025 11:04:33 -0700 |
parents | 2c63b10781e1 |
children | e229f4aacde0 |
line wrap: on
line diff
--- a/src/private/tools/config.html.luan Fri Feb 28 20:27:34 2025 -0700 +++ b/src/private/tools/config.html.luan Sat Mar 01 11:04:33 2025 -0700 @@ -17,8 +17,13 @@ <head> <% head() %> <style> + [content] { + max-width: 90%; + width: 700px; + padding: 0; + } textarea { - width: 90%; + width: 100%; height: 20em; } </style>