werc-1.5.0-tweaks

Tweaks for the werc website builder created by the mad architect Uriel
Log | Files | Refs | README

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:
Mpub/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; + +}