diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index eb02279c..9b99dbdf 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -156,6 +156,11 @@ article h3 { margin-bottom: 1rem; } +.result { + -webkit-user-select: all; + user-select: all; +} + /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) {...} diff --git a/themes/buha/layouts/partials/generator.html b/themes/buha/layouts/partials/generator.html index 19d5377f..ee3ccfc0 100644 --- a/themes/buha/layouts/partials/generator.html +++ b/themes/buha/layouts/partials/generator.html @@ -25,7 +25,7 @@ {{ partial "tools/submit" }} -
+ \ No newline at end of file diff --git a/themes/buha/static/js/generator.js b/themes/buha/static/js/generator.js index 84af06a1..34a5e2a2 100644 --- a/themes/buha/static/js/generator.js +++ b/themes/buha/static/js/generator.js @@ -77,7 +77,7 @@ function showInput(e) { if (title && content) { - display.innerHTML += "