commit 9efc792c9b7da442bb15241ef4a05c161d2f5f4a parent 88d76e857326e31b3f6e86b37457bdc9ad7c9fc7 Author: Nuno Sempere <nuno.semperelh@protonmail.com> Date: Fri, 14 Apr 2023 22:31:21 +0000 tweak: make isso comment box larger Diffstat:
| M | pub/style/style.css | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/pub/style/style.css b/pub/style/style.css @@ -196,7 +196,9 @@ pre { border: 2px solid; overflow-x: auto; } -pre, code { +pre, +code { + display: block; padding: 0.5em; } @@ -353,3 +355,8 @@ table thead { font-size: 20px; } +.isso-textarea { + height: 15em; + resize: vertical; + +}