composer
composer copied to clipboard
Bigger fonts, or setting to adjust
For presentations, better accessibility, and ease of reading.
Also, a full screen mode would be great. Under Ubuntu I have 5 horizontal sections that should be hidden in full screen mode.
@mr-c, thanks for the feedback! I've passed it on to our user experience designer.
I would also like an option to change the font size in the code view mode. On my screen it is very small and hard to read.
While this gets properly fixed feel free to use this workaround, in the file src/styles.css
add this:
body, .ace_editor, .form-control, .btn {
font-size: 18px !important;
}
You can adjust it to any font size you like.
Updated: added a few more selectors for some parts that didn't like the new rule...
@fj-sanchez thank you so much for this fix! We will prioritize this issue in the upcoming efforts. We need to implement a UI element to allow this to be user selectable. There are some considerations we have to make with respect to the tool editor.