What's new

Scribe Logs/Textarea fix?

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?
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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