What's new

Scribe Logs/Textarea fix?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

AppleBag

Regular Contributor
I just installed scribe for the first time tonight and was wondering if there's a way to include in the addon a css tweak to set the width of the log textareas to the full width of it's parent? They always start off around half the width, and they need to be manually dragged/resized to make them easier to read.

Example, they start like this:

1671852583782.png


and have to be manually resized by dragging that bottom-right corner, so they look like this:

1671852591284.png



I have added a tweak to a Stylus script that is working (but I haven't fully tested to see if the tweak affects anything else in the overall Merlin UI):

CSS:
textarea { width: 99.2%; }

I could continue using this "hack" but it seems like it would be better to build it right into the addon for all users?
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top